diff options
Diffstat (limited to 'net/ruby-ldap/Makefile')
-rw-r--r-- | net/ruby-ldap/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/net/ruby-ldap/Makefile b/net/ruby-ldap/Makefile index aa106f214450..ef7b094a2282 100644 --- a/net/ruby-ldap/Makefile +++ b/net/ruby-ldap/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ldap -PORTVERSION= 0.3.2 +PORTVERSION= 0.3.3 CATEGORIES= net ruby MASTER_SITES= http://kt-www.jaist.ac.jp:8000/~ttate/ftp/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -49,15 +49,11 @@ CONFIGURE_ARGS?= --with-netscape \ --with-ldap-dir="${LOCALBASE}/mozilla/directory" .endif -WRKSRC= ${WRKDIR}/ruby-${PORTNAME} +#WRKSRC= ${WRKDIR}/ruby-${PORTNAME} INSTALL_TARGET= site-install DOCS_EN= README README.html -post-extract: - find ${WRKSRC} -name CVS -type d | xargs ${RM} -r - ${CHMOD} 644 ${WRKSRC}/test/*.rb - post-patch: ${RM} ${WRKSRC}/test/test.sh.orig ${RUBY} -i -pe 'gsub /!!PREFIX!!/, "${PREFIX}"' \ |