diff options
author | antoine <antoine@FreeBSD.org> | 2014-08-19 06:10:39 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-08-19 06:10:39 +0800 |
commit | 682ac7f71610105fc0367ae68746b931a417be19 (patch) | |
tree | d6ed89022863f453f8253b3659c0c767194e6fb4 /games | |
parent | 5809f8f3c9865326fd7a6a196e11defbc9086adc (diff) | |
download | freebsd-ports-gnome-682ac7f71610105fc0367ae68746b931a417be19.tar.gz freebsd-ports-gnome-682ac7f71610105fc0367ae68746b931a417be19.tar.zst freebsd-ports-gnome-682ac7f71610105fc0367ae68746b931a417be19.zip |
Remove a few remaining NOPORTDATA
With hat: portmgr
Diffstat (limited to 'games')
-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} |