aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorskreuzer <skreuzer@FreeBSD.org>2011-08-23 03:36:04 +0800
committerskreuzer <skreuzer@FreeBSD.org>2011-08-23 03:36:04 +0800
commit4a8f74c3f534725013426f386622de372e9f3251 (patch)
tree2fd3456f0f6827006aa372b32b2fa8a080cfd062 /security
parentc9b8320a0dbd3f6b680d896f5b13e5a07591cf72 (diff)
downloadfreebsd-ports-gnome-4a8f74c3f534725013426f386622de372e9f3251.tar.gz
freebsd-ports-gnome-4a8f74c3f534725013426f386622de372e9f3251.tar.zst
freebsd-ports-gnome-4a8f74c3f534725013426f386622de372e9f3251.zip
Delete the RandPasswd.orig file which is created during patching so that it does
not get copied to SITE_PERL/PERL_ARCH during install Reported by: pav@
Diffstat (limited to 'security')
-rw-r--r--security/p5-Crypt-RandPasswd/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/security/p5-Crypt-RandPasswd/Makefile b/security/p5-Crypt-RandPasswd/Makefile
index f2d92e5efefb..f013495c2d41 100644
--- a/security/p5-Crypt-RandPasswd/Makefile
+++ b/security/p5-Crypt-RandPasswd/Makefile
@@ -7,7 +7,7 @@
PORTNAME= Crypt-RandPasswd
PORTVERSION= 0.02
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -19,4 +19,8 @@ PERL_CONFIGURE= yes
MAN3= Crypt::RandPasswd.3
+post-patch:
+
+ @${RM} ${WRKSRC}/lib/Crypt/RandPasswd.pm.orig
+
.include <bsd.port.mk>