aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/teapot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/teapot/Makefile')
-rw-r--r--deskutils/teapot/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/deskutils/teapot/Makefile b/deskutils/teapot/Makefile
index 108a9237945b..91e2bf7a78cb 100644
--- a/deskutils/teapot/Makefile
+++ b/deskutils/teapot/Makefile
@@ -12,7 +12,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
MAINTAINER= ports@FreeBSD.org
COMMENT= Full-screen curses based spread sheet program
-LICENSE= GPLv3
+LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= cmake ncurses
@@ -27,9 +27,11 @@ post-patch:
@${REINPLACE_CMD} -e 's|share/man/man1|man/man1|g' \
${WRKSRC}/CMakeLists.txt
-post-install:
+post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
@(cd ${WRKSRC_DOCS} && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
+
+post-install-EXAMPLES-on:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
@(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})