summaryrefslogtreecommitdiff
path: root/security/ruby-tcpwrap
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-09-10 07:57:05 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-09-10 07:57:05 +0000
commitc67d2ab9506c91c2355ef522cc678434fa7afd66 (patch)
tree457c2dd676f75fe446d194f2bdfb61982b11e454 /security/ruby-tcpwrap
parentUpdate md5. (diff)
Fix build with Ruby 1.4. Do not use PKGNAMEPREFIX in DISTNAME.
Notes
Notes: svn path=/head/; revision=32481
Diffstat (limited to 'security/ruby-tcpwrap')
-rw-r--r--security/ruby-tcpwrap/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/ruby-tcpwrap/Makefile b/security/ruby-tcpwrap/Makefile
index 4023f21b6d56..8d9c193c2248 100644
--- a/security/ruby-tcpwrap/Makefile
+++ b/security/ruby-tcpwrap/Makefile
@@ -10,7 +10,7 @@ PORTVERSION= 0.1
CATEGORIES= security ruby
MASTER_SITES= http://www.ruby-lang.org/~shugo/ruby-tcpwrap/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
+DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
@@ -23,7 +23,7 @@ LIB_DEPENDS= wrap.7:${PORTSDIR}/security/tcp_wrapper
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
-WRKSRC= ${WRKDIR}/${PKGNAMEPREFIX}${PORTNAME}
+WRKSRC= ${WRKDIR}/ruby-${PORTNAME}
CONFIGURE_ARGS= --with-ident-dir="${LOCALBASE}"
.if !exists(/usr/include/tcpd.h)
CONFIGURE_ARGS+= --with-libwrap-dir="/usr"