svn commit: r359376 - head/sysutils/bsd-splash-changer

Vanilla I. Shu vanilla at FreeBSD.org
Thu Jun 26 15:39:24 UTC 2014


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>


More information about the svn-ports-all mailing list