svn commit: r335881 - head/misc/fortune-mod-futurama
Danilo Egea Gondolfo
danilo at FreeBSD.org
Sun Dec 8 12:56:23 UTC 2013
Author: danilo
Date: Sun Dec 8 12:56:22 2013
New Revision: 335881
URL: http://svnweb.freebsd.org/changeset/ports/335881
Log:
- Add stage support
Modified:
head/misc/fortune-mod-futurama/Makefile
Modified: head/misc/fortune-mod-futurama/Makefile
==============================================================================
--- head/misc/fortune-mod-futurama/Makefile Sun Dec 8 12:51:17 2013 (r335880)
+++ head/misc/fortune-mod-futurama/Makefile Sun Dec 8 12:56:22 2013 (r335881)
@@ -16,16 +16,11 @@ SUB_FILES= pkg-message
PLIST_FILES= share/games/fortune/futurama share/games/fortune/futurama.dat
PLIST_DIRS= share/games/fortune share/games
-NO_STAGE= yes
do-build:
@cd ${WRKSRC} && /usr/games/strfile futurama
do-install:
- @${MKDIR} ${PREFIX}/share/games
- @${MKDIR} ${PREFIX}/share/games/fortune
- @${INSTALL_DATA} ${WRKSRC}/futurama* ${PREFIX}/share/games/fortune
-
-post-install:
- @${CAT} ${PKGMESSAGE}
+ @${MKDIR} ${STAGEDIR}${PREFIX}/share/games/fortune
+ ${INSTALL_DATA} ${WRKSRC}/futurama* ${STAGEDIR}${PREFIX}/share/games/fortune
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list