diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-05-20 20:26:21 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-05-20 20:26:21 +0000 |
commit | 81400686afbc3702e4a2ddf06c84001d91531946 (patch) | |
tree | 7369fbe8a5a4b703d6afbcb9a96750cf6b0d9210 /games | |
parent | d340bd141ba0d4a6e592d71c52f2343f10dff5cf (diff) | |
download | ports-81400686afbc3702e4a2ddf06c84001d91531946.tar.gz ports-81400686afbc3702e4a2ddf06c84001d91531946.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/pcgen/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/games/pcgen/Makefile b/games/pcgen/Makefile index 927c0b342cc0..9e5cade9464f 100644 --- a/games/pcgen/Makefile +++ b/games/pcgen/Makefile @@ -27,8 +27,6 @@ OPTIONS_DEFINE= DOCS .include <bsd.port.options.mk> -PORTDOCS= * - do-install: cd ${WRKSRC} && ${FIND} ${DATAFILES} -type d -exec ${MKDIR} ${STAGEDIR}${DATADIR}/{} ";" cd ${WRKSRC} && ${FIND} ${DATAFILES} -type f -exec ${INSTALL_DATA} "{}" ${STAGEDIR}${DATADIR}/"{}" ";" |