aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/google-ctemplate
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-09-03 22:09:17 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-09-03 22:09:17 +0800
commitb9560a010dde5c10d0575a15a5862a211627e3ba (patch)
treeaa7d1cdb860adb0016f7fed0c6f208abcb26070a /textproc/google-ctemplate
parentbe01f73a1cd89e19d5796464e935cc3cb8eb5033 (diff)
downloadfreebsd-ports-gnome-b9560a010dde5c10d0575a15a5862a211627e3ba.tar.gz
freebsd-ports-gnome-b9560a010dde5c10d0575a15a5862a211627e3ba.tar.zst
freebsd-ports-gnome-b9560a010dde5c10d0575a15a5862a211627e3ba.zip
- Switch to options helpers
- Add some NO_ARCHes - Fix and unsilence some installation commands - Other minor fixes Approved by: portmgr blanket
Diffstat (limited to 'textproc/google-ctemplate')
-rw-r--r--textproc/google-ctemplate/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/textproc/google-ctemplate/Makefile b/textproc/google-ctemplate/Makefile
index 395765195d5a..40ddeff953be 100644
--- a/textproc/google-ctemplate/Makefile
+++ b/textproc/google-ctemplate/Makefile
@@ -21,17 +21,15 @@ USE_LDCONFIG= yes
BROKEN_powerpc= Does not compile on powerpc
-.include <bsd.port.options.mk>
-
post-patch:
@${REINPLACE_CMD} -e \
's|$$(prefix)/share/doc/$$(PACKAGE)-$$(VERSION)|${DOCSDIR}|' \
${WRKSRC}/Makefile.in
-.if empty(PORT_OPTIONS:MDOCS)
+
+post-patch-DOCS-off:
@${REINPLACE_CMD} -e \
'/install-data-am/ s|install-dist_docDATA||' \
${WRKSRC}/Makefile.in
-.endif
tests: build
@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check)