diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-06-23 17:05:16 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-06-23 17:05:16 +0800 |
commit | 8b4beabf743279c0b2119d053e642994463cff0d (patch) | |
tree | abd9ba4c9f9058ede72dd5a36fc42e24cefc67b6 /games | |
parent | 2329e21cec60aa2edf583edf8e32b8f8cb472b0e (diff) | |
download | freebsd-ports-gnome-8b4beabf743279c0b2119d053e642994463cff0d.tar.gz freebsd-ports-gnome-8b4beabf743279c0b2119d053e642994463cff0d.tar.zst freebsd-ports-gnome-8b4beabf743279c0b2119d053e642994463cff0d.zip |
- Switch to options helpers
Diffstat (limited to 'games')
-rw-r--r-- | games/cavezofphear/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/cavezofphear/Makefile b/games/cavezofphear/Makefile index f9f972e1383d..7b8ecdd1a3c7 100644 --- a/games/cavezofphear/Makefile +++ b/games/cavezofphear/Makefile @@ -32,6 +32,8 @@ do-install: ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/phear ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${DATADIR} (cd ${WRKSRC}; ${COPYTREE_SHARE} data ${STAGEDIR}${DATADIR}) + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} |