diff options
author | knu <knu@FreeBSD.org> | 2000-09-10 15:57:05 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-09-10 15:57:05 +0800 |
commit | 23227675e8f22537583dc06d2ab2bbba6eb4a188 (patch) | |
tree | d55a9bf4c25f57f46908ad1a73ebc0dace4ced80 /security | |
parent | 450971d0e6393d9f087275e3efd6fa4c7fb332a6 (diff) | |
download | freebsd-ports-gnome-23227675e8f22537583dc06d2ab2bbba6eb4a188.tar.gz freebsd-ports-gnome-23227675e8f22537583dc06d2ab2bbba6eb4a188.tar.zst freebsd-ports-gnome-23227675e8f22537583dc06d2ab2bbba6eb4a188.zip |
Fix build with Ruby 1.4. Do not use PKGNAMEPREFIX in DISTNAME.
Diffstat (limited to 'security')
-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" |