From c67d2ab9506c91c2355ef522cc678434fa7afd66 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Sun, 10 Sep 2000 07:57:05 +0000 Subject: Fix build with Ruby 1.4. Do not use PKGNAMEPREFIX in DISTNAME. --- security/ruby-tcpwrap/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'security/ruby-tcpwrap') 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" -- cgit v1.2.3