aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-12-08 23:20:06 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-12-08 23:20:06 +0800
commit8fb68aef28dd7105dc5babd5ddd91be72cb14ac5 (patch)
treeb296cfc256b4a40769f5af80c7bf1521566b93fe
parentbe89b5b01ea0c9eb3ab447bfc57dc9d10874a27e (diff)
downloadfreebsd-ports-gnome-8fb68aef28dd7105dc5babd5ddd91be72cb14ac5.tar.gz
freebsd-ports-gnome-8fb68aef28dd7105dc5babd5ddd91be72cb14ac5.tar.zst
freebsd-ports-gnome-8fb68aef28dd7105dc5babd5ddd91be72cb14ac5.zip
- Switch to options helpers
-rw-r--r--print/pcal/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/print/pcal/Makefile b/print/pcal/Makefile
index 0bcb571c5d3a..796ce465400d 100644
--- a/print/pcal/Makefile
+++ b/print/pcal/Makefile
@@ -37,8 +37,12 @@ do-install:
${INSTALL_SCRIPT} ${WRKSRC}/html/pcal.pl ${STAGEDIR}${PREFIX}/libexec
${INSTALL_MAN} ${WRKSRC}/doc/pcal.man \
${STAGEDIR}${MANPREFIX}/man/man1/pcal.1
+
+do-install-EXAMPLES-on:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR}
+
+do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/ReadMe.txt ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/html/pcal.html ${STAGEDIR}${DOCSDIR}