diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-09-10 07:57:05 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-09-10 07:57:05 +0000 |
commit | c67d2ab9506c91c2355ef522cc678434fa7afd66 (patch) | |
tree | 457c2dd676f75fe446d194f2bdfb61982b11e454 /security/ruby-tcpwrap | |
parent | 85b72ea44cbf262ff8a8d1c01f8f5f8b338aa627 (diff) | |
download | ports-c67d2ab9506c91c2355ef522cc678434fa7afd66.tar.gz ports-c67d2ab9506c91c2355ef522cc678434fa7afd66.zip |
Notes
Diffstat (limited to 'security/ruby-tcpwrap')
-rw-r--r-- | security/ruby-tcpwrap/Makefile | 4 |
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" |