diff options
author | pawel <pawel@FreeBSD.org> | 2015-12-12 06:18:55 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2015-12-12 06:18:55 +0800 |
commit | 26212de422603aee5914a282ef1e2548b0db8ea9 (patch) | |
tree | 23d976049d47ed799b59f6f7026c7c507b058135 /games | |
parent | b7fe56a4b9c12281658c4ddf3c17f8d17a9b0814 (diff) | |
download | freebsd-ports-gnome-26212de422603aee5914a282ef1e2548b0db8ea9.tar.gz freebsd-ports-gnome-26212de422603aee5914a282ef1e2548b0db8ea9.tar.zst freebsd-ports-gnome-26212de422603aee5914a282ef1e2548b0db8ea9.zip |
Switch to options helper
Diffstat (limited to 'games')
-rw-r--r-- | games/gigalomania/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/gigalomania/Makefile b/games/gigalomania/Makefile index d4edcbc8564c..04b259500de8 100644 --- a/games/gigalomania/Makefile +++ b/games/gigalomania/Makefile @@ -41,6 +41,8 @@ do-install: ${STAGEDIR}${PREFIX}/share/applications ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}64.png \ ${STAGEDIR}${PREFIX}/share/pixmaps + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/readme.html ${STAGEDIR}${DOCSDIR} |