Date: Wed, 26 Feb 2014 08:44:29 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346147 - head/sysutils/pmt Message-ID: <201402260844.s1Q8iTWK005691@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402260844.s1Q8iTWK005691>