aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2014-06-08 22:02:34 +0800
committervanilla <vanilla@FreeBSD.org>2014-06-08 22:02:34 +0800
commit754ff8a813781eb923201554ebd05ab8c5dcc163 (patch)
tree2540b4091505047ba3e8b48db9f248f67063911e /mail
parent074b931602c3ca79c5c49b3999a0b9d0561200d6 (diff)
downloadfreebsd-ports-gnome-754ff8a813781eb923201554ebd05ab8c5dcc163.tar.gz
freebsd-ports-gnome-754ff8a813781eb923201554ebd05ab8c5dcc163.tar.zst
freebsd-ports-gnome-754ff8a813781eb923201554ebd05ab8c5dcc163.zip
Stagify.
Diffstat (limited to 'mail')
-rw-r--r--mail/renattach/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/mail/renattach/Makefile b/mail/renattach/Makefile
index 7f51d164cb1f..99e5f1b55732 100644
--- a/mail/renattach/Makefile
+++ b/mail/renattach/Makefile
@@ -12,18 +12,16 @@ COMMENT= Rename or remove certain attachments or kill entire messages
GNU_CONFIGURE= yes
-MAN1= renattach.1
PORTDOCS= INSTALL
-PLIST_FILES= bin/renattach etc/renattach.conf.ex
+PLIST_FILES= bin/renattach etc/renattach.conf.ex man/man1/renattach.1.gz
-NO_STAGE= yes
post-extract:
@${RM} -f ${WRKSRC}/src/getopt*
post-install:
.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
@${ECHO_MSG} "===================="
@${ECHO_MSG} "Check with ${DOCSDIR}/INSTALL"
@${ECHO_MSG} "After that you may need to adjust renattach.conf to your needs"