aboutsummaryrefslogtreecommitdiffstats
path: root/mail/lmtp2nntp
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-09-04 00:37:31 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-09-04 00:37:31 +0800
commit8d1fb8e72690743f88827b21b414b0c4afd2c5a3 (patch)
tree939ee3e57b75483fbe6ff8296e85ba2c7beb09f5 /mail/lmtp2nntp
parent114d7f8dfce771e17f96127b86ceb6c435b2ebf6 (diff)
downloadfreebsd-ports-graphics-8d1fb8e72690743f88827b21b414b0c4afd2c5a3.tar.gz
freebsd-ports-graphics-8d1fb8e72690743f88827b21b414b0c4afd2c5a3.tar.zst
freebsd-ports-graphics-8d1fb8e72690743f88827b21b414b0c4afd2c5a3.zip
- Switch to options helpers
- Add some NO_ARCHes - Fix and unsilence some installation commands Approved by: portmgr blanket
Diffstat (limited to 'mail/lmtp2nntp')
-rw-r--r--mail/lmtp2nntp/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/mail/lmtp2nntp/Makefile b/mail/lmtp2nntp/Makefile
index a76601edbd7..f8648920e5e 100644
--- a/mail/lmtp2nntp/Makefile
+++ b/mail/lmtp2nntp/Makefile
@@ -24,18 +24,14 @@ PORTDOCS= INSTALL README
OPTIONS_DEFINE= DOCS
-.include <bsd.port.options.mk>
-
# Try to fix parallel builds (-jX)
post-patch:
@${REINPLACE_CMD} -e '/^all:/s, _SUBDIRS_all,, ; \
/^$$(PROG)/s,$$, _SUBDIRS_all,' ${WRKSRC}/Makefile.in
-post-install:
-.if ${PORT_OPTIONS:MDOCS}
+post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
-.endif
check: build
@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} \