aboutsummaryrefslogtreecommitdiffstats
path: root/mail/nohtml/Makefile
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-03-06 23:13:31 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-03-06 23:13:31 +0800
commit46fb8d67599d9bd0b23ca3f5cdde419e8bb261b1 (patch)
treef52e5366dd1482083de779cfd8430cbd43195c54 /mail/nohtml/Makefile
parenta6ed65b16609f2474aff54120e2eda1241fb2b56 (diff)
downloadfreebsd-ports-gnome-46fb8d67599d9bd0b23ca3f5cdde419e8bb261b1.tar.gz
freebsd-ports-gnome-46fb8d67599d9bd0b23ca3f5cdde419e8bb261b1.tar.zst
freebsd-ports-gnome-46fb8d67599d9bd0b23ca3f5cdde419e8bb261b1.zip
Support staging
Diffstat (limited to 'mail/nohtml/Makefile')
-rw-r--r--mail/nohtml/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/mail/nohtml/Makefile b/mail/nohtml/Makefile
index f7cc131188c3..69ea16a1f77f 100644
--- a/mail/nohtml/Makefile
+++ b/mail/nohtml/Makefile
@@ -11,16 +11,12 @@ COMMENT= Strip HTML attachments from email
USE_PYTHON= yes
-MANCOMPRESSED= yes
-MAN1= nohtml.1
+OPTIONS_DEFINE= DOCS
-NO_STAGE= yes
post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in nohtml-license.txt nohtml.html nohtml.pdf nohtml.ps nohtml.txt
- @${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
.endfor
-.endif
.include <bsd.port.mk>