Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Jun 2014 15:39:24 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r359376 - head/sysutils/bsd-splash-changer
Message-ID:  <201406261539.s5QFdOE0055264@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Thu Jun 26 15:39:23 2014
New Revision: 359376
URL: http://svnweb.freebsd.org/changeset/ports/359376
QAT: https://qat.redports.org/buildarchive/r359376/

Log:
  Stagify.
  
  Approved by:	portmgr@ (blanket approval)

Modified:
  head/sysutils/bsd-splash-changer/Makefile

Modified: head/sysutils/bsd-splash-changer/Makefile
==============================================================================
--- head/sysutils/bsd-splash-changer/Makefile	Thu Jun 26 15:35:24 2014	(r359375)
+++ head/sysutils/bsd-splash-changer/Makefile	Thu Jun 26 15:39:23 2014	(r359376)
@@ -14,14 +14,10 @@ USE_RC_SUBR=	change_splash
 SUB_FILES=	pkg-message
 NO_BUILD=	yes
 
-NO_STAGE=	yes
 do-fetch:
 	@${DO_NADA}
 
 do-install:
-	${MKDIR} ${DATADIR}
-
-post-install:
-	@${ECHO_CMD}; ${CAT} ${PKGMESSAGE}; ${ECHO_CMD}
+	${MKDIR} ${STAGEDIR}${DATADIR}
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406261539.s5QFdOE0055264>