summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-06-08 14:02:34 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-06-08 14:02:34 +0000
commit11036f98d4256a6cf6f32fb200eabcb52e98ebee (patch)
tree2540b4091505047ba3e8b48db9f248f67063911e
parentffd4e4f49fd798fff1bbfab9488814f276821ddf (diff)
downloadfreebsd-ports-11036f98d4256a6cf6f32fb200eabcb52e98ebee.zip
Stagify.
-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"