summaryrefslogtreecommitdiff
path: root/sysutils/puppet/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-05-27 11:31:25 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-05-27 11:31:25 +0000
commit6d8ee670f56e5597a8ce2a4e921feb4273add053 (patch)
tree099c61ea70f7b02cf96adae92e1c08358e7ca7e1 /sysutils/puppet/Makefile
parent46cd2b95fc269f6430777a6302dec20ecbb1e196 (diff)
Notes
Diffstat (limited to 'sysutils/puppet/Makefile')
-rw-r--r--sysutils/puppet/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/puppet/Makefile b/sysutils/puppet/Makefile
index e3b1b1c0f8cd..40640d2fd66d 100644
--- a/sysutils/puppet/Makefile
+++ b/sysutils/puppet/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= puppet
-PORTVERSION= 0.22.3
+PORTVERSION= 0.22.4
CATEGORIES= sysutils
MASTER_SITES= http://www.reductivelabs.com/downloads/puppet/
EXTRACT_SUFX= .tgz
@@ -25,6 +25,9 @@ DOCS= CHANGELOG TODO README LICENSE COPYING
.include <bsd.port.pre.mk>
+post-patch:
+ ${RM} ${WRKSRC}/bin/*.orig || true
+
do-install:
cd ${WRKSRC} && \
${SETENV} DSTDIR=${DSTDIR}/${PREFIX} \