svn commit: r345328 - head/mail/cvsmail

Emanuel Haupt ehaupt at FreeBSD.org
Fri Feb 21 08:41:12 UTC 2014


Author: ehaupt
Date: Fri Feb 21 08:41:12 2014
New Revision: 345328
URL: http://svnweb.freebsd.org/changeset/ports/345328
QAT: https://qat.redports.org/buildarchive/r345328/

Log:
  Support staging

Modified:
  head/mail/cvsmail/Makefile

Modified: head/mail/cvsmail/Makefile
==============================================================================
--- head/mail/cvsmail/Makefile	Fri Feb 21 08:40:08 2014	(r345327)
+++ head/mail/cvsmail/Makefile	Fri Feb 21 08:41:12 2014	(r345328)
@@ -12,13 +12,10 @@ COMMENT=	A small program to add cvsweb l
 
 DIST_SUBDIR=	${PORTNAME}
 ALL_TARGET=	cvsmail
-MANCOMPRESSED=	no
-MAN1=		cvsmail.1
-PLIST_FILES=	bin/cvsmail
+PLIST_FILES=	bin/cvsmail man/man1/cvsmail.1.gz
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/cvsmail ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/cvsmail.1 ${PREFIX}/man/man1
+	${INSTALL_PROGRAM} ${WRKSRC}/cvsmail ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/cvsmail.1 ${STAGEDIR}${MANPREFIX}/man/man1
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list