aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pmt/Makefile
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-26 08:44:28 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-26 08:44:28 +0000
commit495e6c1655768a85d1dd9e0556f26f6cfaf071d6 (patch)
tree001f08ccb0afcb2718f938e10ea0ca5fef930ead /sysutils/pmt/Makefile
parent1798544e005721fca8712cbe82baa91b83bc7cdd (diff)
downloadports-495e6c1655768a85d1dd9e0556f26f6cfaf071d6.tar.gz
ports-495e6c1655768a85d1dd9e0556f26f6cfaf071d6.zip
Notes
Diffstat (limited to 'sysutils/pmt/Makefile')
-rw-r--r--sysutils/pmt/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/sysutils/pmt/Makefile b/sysutils/pmt/Makefile
index 44d3060d49f8..bb84bb6cbcf8 100644
--- a/sysutils/pmt/Makefile
+++ b/sysutils/pmt/Makefile
@@ -8,19 +8,20 @@ MASTER_SITES= http://hansmi.ch/download/pmt/ \
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>