svn commit: r357035 - head/mail/renattach

Vanilla I. Shu vanilla at FreeBSD.org
Sun Jun 8 14:02:35 UTC 2014


Author: vanilla
Date: Sun Jun  8 14:02:34 2014
New Revision: 357035
URL: http://svnweb.freebsd.org/changeset/ports/357035
QAT: https://qat.redports.org/buildarchive/r357035/

Log:
  Stagify.

Modified:
  head/mail/renattach/Makefile

Modified: head/mail/renattach/Makefile
==============================================================================
--- head/mail/renattach/Makefile	Sun Jun  8 13:51:36 2014	(r357034)
+++ head/mail/renattach/Makefile	Sun Jun  8 14:02:34 2014	(r357035)
@@ -12,18 +12,16 @@ COMMENT=	Rename or remove certain attach
 
 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"


More information about the svn-ports-head mailing list