diff options
Diffstat (limited to 'net/ruby-ldap/Makefile')
-rw-r--r-- | net/ruby-ldap/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net/ruby-ldap/Makefile b/net/ruby-ldap/Makefile index b48e4918befa..271fb3bb1771 100644 --- a/net/ruby-ldap/Makefile +++ b/net/ruby-ldap/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ldap -PORTVERSION= 0.1 +PORTVERSION= 0.2 CATEGORIES= net ruby MASTER_SITES= http://kt-www.jaist.ac.jp:8000/~ttate/ftp/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -22,8 +22,6 @@ LIB_DEPENDS= ldap.1:${PORTSDIR}/net/openldap USE_RUBY= yes USE_RUBY_EXTCONF= yes -WRKSRC= ${WRKDIR}/ruby-${PORTNAME} - # Configure options: # --with-ldap specify the ldap directory # --with-ldap-incdir specify the directory which contains ldap.h and lber.h @@ -37,7 +35,7 @@ INSTALL_TARGET= site-install DOCS_EN= README README.html EXAMPLES_EN= test1.rb test2.rb test3.rb test4.rb \ - test5.rb test6.rb + test5.rb test6.rb test7.rb post-install: .if !defined(NOPORTDOCS) |