diff options
| author | Martin Wilke <miwi@FreeBSD.org> | 2007-05-27 11:31:25 +0000 |
|---|---|---|
| committer | Martin Wilke <miwi@FreeBSD.org> | 2007-05-27 11:31:25 +0000 |
| commit | 6d8ee670f56e5597a8ce2a4e921feb4273add053 (patch) | |
| tree | 099c61ea70f7b02cf96adae92e1c08358e7ca7e1 /sysutils/puppet/Makefile | |
| parent | 46cd2b95fc269f6430777a6302dec20ecbb1e196 (diff) | |
Notes
Diffstat (limited to 'sysutils/puppet/Makefile')
| -rw-r--r-- | sysutils/puppet/Makefile | 5 |
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} \ |
