svn commit: r345339 - head/mail/popcheck

Emanuel Haupt ehaupt at FreeBSD.org
Fri Feb 21 09:18:23 UTC 2014


Author: ehaupt
Date: Fri Feb 21 09:18:22 2014
New Revision: 345339
URL: http://svnweb.freebsd.org/changeset/ports/345339
QAT: https://qat.redports.org/buildarchive/r345339/

Log:
  Support staging

Modified:
  head/mail/popcheck/Makefile

Modified: head/mail/popcheck/Makefile
==============================================================================
--- head/mail/popcheck/Makefile	Fri Feb 21 09:16:32 2014	(r345338)
+++ head/mail/popcheck/Makefile	Fri Feb 21 09:18:22 2014	(r345339)
@@ -13,17 +13,10 @@ COMMENT=	Preview and delete messages in 
 
 ALL_TARGET=	popcheck
 
-.if !defined(NO_INSTALL_MANPAGES)
-MAN1=		popcheck.1
-.endif
+PLIST_FILES=	bin/popcheck man/man1/popcheck.1.gz
 
-PLIST_FILES=	bin/popcheck
-
-NO_STAGE=	yes
 do-install:
-		${INSTALL_PROGRAM} ${WRKSRC}/popcheck ${PREFIX}/bin
-.if !defined(NO_INSTALL_MANPAGES)
-		${INSTALL_MAN} ${WRKSRC}/popcheck.1 ${MAN1PREFIX}/man/man1
-.endif
+	${INSTALL_PROGRAM} ${WRKSRC}/popcheck ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/popcheck.1 ${STAGEDIR}${MANPREFIX}/man/man1
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list