Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Jun 2014 14:02:34 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r357035 - head/mail/renattach
Message-ID:  <201406081402.s58E2Y74091162@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406081402.s58E2Y74091162>