aboutsummaryrefslogtreecommitdiff
path: root/www/p5-RT-Extension-LDAPImport
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-03-22 18:40:06 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-03-22 18:40:06 +0000
commit50e2d7d15fbca6a8d92ca7d521a5993e93831fbb (patch)
treec2f527ed0dc19d4fb38abc89eb7d499ec4df36ba /www/p5-RT-Extension-LDAPImport
parent128e96102a1e8836fc813e0a64728f3f678a5051 (diff)
downloadports-50e2d7d15fbca6a8d92ca7d521a5993e93831fbb.tar.gz
ports-50e2d7d15fbca6a8d92ca7d521a5993e93831fbb.zip
- Fix plist problem (cleanup .bak file after patching)
PR: ports/132943 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
Notes
Notes: svn path=/head/; revision=230686
Diffstat (limited to 'www/p5-RT-Extension-LDAPImport')
-rw-r--r--www/p5-RT-Extension-LDAPImport/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/p5-RT-Extension-LDAPImport/Makefile b/www/p5-RT-Extension-LDAPImport/Makefile
index 028de5b7495c..ed1a44e006dd 100644
--- a/www/p5-RT-Extension-LDAPImport/Makefile
+++ b/www/p5-RT-Extension-LDAPImport/Makefile
@@ -7,6 +7,7 @@
PORTNAME= RT-Extension-LDAPImport
PORTVERSION= 0.04
+PORTREVISION= 1
CATEGORIES= www net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -29,7 +30,8 @@ MAN3= RT::Extension::LDAPImport.3
post-patch:
@${REINPLACE_CMD} -e 's,/opt/rt3/lib,${PREFIX}/${RTHOME}/lib,' \
- ${WRKSRC}/bin/rtldapimport
+ ${WRKSRC}/bin/rtldapimport && \
+ ${RM} ${WRKSRC}/bin/rtldapimport.bak
# Don't use normal CONFIGURE_ARGS. Disable doc_?????_indstall targets to
# suppress installing perllocal.pod. This duplicates code from bsd.perl.mk