svn commit: r360313 - head/mail/lmtp2nntp
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Jul 2 23:33:08 UTC 2014
Author: amdmi3
Date: Wed Jul 2 23:33:07 2014
New Revision: 360313
URL: http://svnweb.freebsd.org/changeset/ports/360313
QAT: https://qat.redports.org/buildarchive/r360313/
Log:
- Stagify
Approved by: portmgr blanket
Modified:
head/mail/lmtp2nntp/Makefile
Modified: head/mail/lmtp2nntp/Makefile
==============================================================================
--- head/mail/lmtp2nntp/Makefile Wed Jul 2 23:32:37 2014 (r360312)
+++ head/mail/lmtp2nntp/Makefile Wed Jul 2 23:33:07 2014 (r360313)
@@ -19,13 +19,12 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-ex=${LOCALBASE} --with-str=${LOCALBASE} \
--with-sa=${LOCALBASE} --with-var=${LOCALBASE}
-MAN8= lmtp2nntp.8
-PLIST_FILES= sbin/lmtp2nntp
+PLIST_FILES= sbin/lmtp2nntp \
+ man/man8/lmtp2nntp.8.gz
PORTDOCS= INSTALL README
OPTIONS_DEFINE= DOCS
-NO_STAGE= yes
.include <bsd.port.options.mk>
# Try to fix parallel builds (-jX)
@@ -35,8 +34,8 @@ post-patch:
post-install:
.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
.endif
check: build
More information about the svn-ports-head
mailing list