diff options
author | John Marino <marino@FreeBSD.org> | 2015-12-04 15:23:12 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-12-04 15:23:12 +0000 |
commit | 1cb0a2f078527ea455247e54e0ae97877bdf6a75 (patch) | |
tree | 5f84a1b00bc10e15f0d824a4c312424ef815c70e /games/vegastrike/Makefile | |
parent | b2baf73a29df103b48c481eb8b7e53177cd6c365 (diff) | |
download | ports-1cb0a2f078527ea455247e54e0ae97877bdf6a75.tar.gz ports-1cb0a2f078527ea455247e54e0ae97877bdf6a75.zip |
Notes
Diffstat (limited to 'games/vegastrike/Makefile')
-rw-r--r-- | games/vegastrike/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/vegastrike/Makefile b/games/vegastrike/Makefile index 2f642619e534..40f31db99051 100644 --- a/games/vegastrike/Makefile +++ b/games/vegastrike/Makefile @@ -38,7 +38,8 @@ CONFIGURE_ARGS= --disable-cegui --disable-ffmpeg \ --with-boost=system \ --enable-flags="${CXXFLAGS}" -PLIST_FILES= bin/vegastrike bin/vssetup bin/vegaserver +BIN_FILES= bin/vegastrike bin/vssetup bin/vegaserver +FLIST_FILES= ${BIN_FILES} PORTDOCS= README OPTIONS_DEFINE= MESHER @@ -53,7 +54,7 @@ post-patch: ${WRKSRC}/configure do-install: - ${INSTALL_PROGRAM} ${PLIST_FILES:S|bin|${WRKSRC}|} \ + ${INSTALL_PROGRAM} ${BIN_FILES:S|bin|${WRKSRC}|} \ ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} |