diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-18 22:10:39 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-18 22:10:39 +0000 |
commit | 639cb537b548a1319f11436bf4f996442ae6c5d5 (patch) | |
tree | d6ed89022863f453f8253b3659c0c767194e6fb4 /games/sauerbraten | |
parent | ceb817f31460079d92a6025e80417257e6bd0d9a (diff) | |
download | ports-639cb537b548a1319f11436bf4f996442ae6c5d5.tar.gz ports-639cb537b548a1319f11436bf4f996442ae6c5d5.zip |
Notes
Diffstat (limited to 'games/sauerbraten')
-rw-r--r-- | games/sauerbraten/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/games/sauerbraten/Makefile b/games/sauerbraten/Makefile index ae277fa8a82f..08500b05e4a8 100644 --- a/games/sauerbraten/Makefile +++ b/games/sauerbraten/Makefile @@ -73,10 +73,8 @@ do-install: ${INSTALL_SCRIPT} ${WRKDIR}/sauer_${f} ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/sauer_${f} ${STAGEDIR}${PREFIX}/libexec .endfor -.if !defined(NOPORTDATA) ${MKDIR} ${STAGEDIR}${DATADIR} cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDATA}" ${STAGEDIR}${DATADIR} -.endif ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} |