- Stagify

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2014-07-02 23:33:07 +00:00
parent 7ed9c91ef5
commit 231f83cfac
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360313

View file

@ -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