aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2016-12-11 17:00:48 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2016-12-11 17:00:48 +0800
commitab47d19037a4ed47fafce016e062f51c9b11260e (patch)
tree398c7e2bdcf0911e4e04f24a6e8de6dd99be473b
parent47d7de491f7dfff57abd6ff2607dc051b2163f65 (diff)
downloadfreebsd-ports-gnome-ab47d19037a4ed47fafce016e062f51c9b11260e.tar.gz
freebsd-ports-gnome-ab47d19037a4ed47fafce016e062f51c9b11260e.tar.zst
freebsd-ports-gnome-ab47d19037a4ed47fafce016e062f51c9b11260e.zip
- Add LICENSE_FILE
- Switch to options helpers
-rw-r--r--games/gottet/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/gottet/Makefile b/games/gottet/Makefile
index 3bd57afe1c6b..6802a697df00 100644
--- a/games/gottet/Makefile
+++ b/games/gottet/Makefile
@@ -11,6 +11,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Tetris clone
LICENSE= GPLv3+
+LICENSE_FILE= ${WRKSRC}/COPYING
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
@@ -24,7 +25,7 @@ post-patch:
@${REINPLACE_CMD} -e \
's|share/man|man|' ${WRKSRC}/gottet.pro
-post-install:
+post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
(cd ${WRKSRC} && ${INSTALL_DATA} CREDITS ChangeLog NEWS README \
${STAGEDIR}${DOCSDIR})