svn commit: r346147 - head/sysutils/pmt

Emanuel Haupt ehaupt at FreeBSD.org
Wed Feb 26 08:44:29 UTC 2014


Author: ehaupt
Date: Wed Feb 26 08:44:28 2014
New Revision: 346147
URL: http://svnweb.freebsd.org/changeset/ports/346147
QAT: https://qat.redports.org/buildarchive/r346147/

Log:
  Support staging

Modified:
  head/sysutils/pmt/Makefile

Modified: head/sysutils/pmt/Makefile
==============================================================================
--- head/sysutils/pmt/Makefile	Wed Feb 26 08:41:39 2014	(r346146)
+++ head/sysutils/pmt/Makefile	Wed Feb 26 08:44:28 2014	(r346147)
@@ -8,19 +8,20 @@ MASTER_SITES=	http://hansmi.ch/download/
 		LOCAL/glarkin
 
 MAINTAINER=	ports at FreeBSD.org
-COMMENT=	A small collection of filters which can be added to UNIX pipes
+COMMENT=	Small collection of filters which can be added to UNIX pipes
 
 USE_BZIP2=	yes
 USE_GMAKE=	yes
 
 PLIST_FILES=	bin/pmt
 
-NO_STAGE=	yes
-do-install:
-	@${CP} ${WRKSRC}/pmt ${PREFIX}/bin
-
 .include <bsd.port.pre.mk>
+
 .if ${OSVERSION} >= 800071
 EXTRA_PATCHES+=	${FILESDIR}/extra-patch-config.mak
 .endif
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/pmt ${STAGEDIR}${PREFIX}/bin
+
 .include <bsd.port.post.mk>


More information about the svn-ports-all mailing list