diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-07-10 02:37:05 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-07-10 02:37:05 +0000 |
commit | 4acbc8e8bbf01cef836215c406e6a1d5bcf04f3c (patch) | |
tree | 2c4d0df672b3d989bbb3e986f3d9e57a63d3b143 /games/scourge/Makefile | |
parent | f99aa0b108b474f1b3b2892f5ef22e5facf9543d (diff) | |
download | ports-4acbc8e8bbf01cef836215c406e6a1d5bcf04f3c.tar.gz ports-4acbc8e8bbf01cef836215c406e6a1d5bcf04f3c.zip |
Stagify.
Notes
Notes:
svn path=/head/; revision=361421
Diffstat (limited to 'games/scourge/Makefile')
-rw-r--r-- | games/scourge/Makefile | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/games/scourge/Makefile b/games/scourge/Makefile index 4ae89fb946ee..8ff54a464101 100644 --- a/games/scourge/Makefile +++ b/games/scourge/Makefile @@ -30,13 +30,7 @@ PLIST_FILES= bin/${PORTNAME} WRKSRC= ${WRKDIR}/${PORTNAME} OPTIONS_DEFINE= DEBUG - -NO_STAGE= yes -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MDEBUG} -CONFIGURE_ARGS+= --enable-debug -.endif +DEBUG_CONFIGURE_ENABLE= debug post-patch: @${REINPLACE_CMD} -e 's|GLvoid|void|g' ${WRKSRC}/src/sdlhandler.cpp ${WRKSRC}/src/sdlhandler.h @@ -45,9 +39,6 @@ pre-configure: @cd ${WRKSRC} && ${AUTORECONF} -i do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin/ - -post-install: - @${CAT} ${PKGMESSAGE} + @${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ .include <bsd.port.mk> |