diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-11-28 18:05:49 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-11-28 18:05:49 +0000 |
commit | 9e9ea3ea7832b57f7d4a00b1397dc10426fee4bc (patch) | |
tree | 9c14caf99595e64d9df7158eff435352c9df0ea3 | |
parent | 604e5486dd9bf477676d0ce962d3201e6155b0cd (diff) | |
download | FreeBSD-ports-9e9ea3ea7832b57f7d4a00b1397dc10426fee4bc.zip FreeBSD-ports-9e9ea3ea7832b57f7d4a00b1397dc10426fee4bc.tar.gz |
Use USE_PERL5_BUILD where appropriate, instead of hardcoding
${PORTSDIR}/lang/perl5 as a dependency.
Sponsored by: Porta Software Ltd
Approved by: portmgr
-rw-r--r-- | comms/conserver/Makefile | 5 | ||||
-rw-r--r-- | devel/avr-gcc-3/Makefile | 2 | ||||
-rw-r--r-- | devel/avr-gcc/Makefile | 2 | ||||
-rw-r--r-- | ftp/wget-devel/Makefile | 2 | ||||
-rw-r--r-- | ftp/wget/Makefile | 2 | ||||
-rw-r--r-- | net/mopd/Makefile | 5 | ||||
-rw-r--r-- | net/slirp/Makefile | 4 | ||||
-rw-r--r-- | security/nss/Makefile | 1 | ||||
-rw-r--r-- | textproc/urlview/Makefile | 3 |
9 files changed, 14 insertions, 12 deletions
diff --git a/comms/conserver/Makefile b/comms/conserver/Makefile index 2fd86be..544bab7 100644 --- a/comms/conserver/Makefile +++ b/comms/conserver/Makefile @@ -15,8 +15,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= cy@FreeBSD.org BUILD_DEPENDS= makeme:${PORTSDIR}/devel/msrc0 \ - mkcmd:${PORTSDIR}/devel/mkcmd \ - perl:${PORTSDIR}/lang/perl5 + mkcmd:${PORTSDIR}/devel/mkcmd + +USE_PERL5_BUILD= yes MAN5= conserver.cf.5 MAN8= autologin.8 console.8 conserver.8 diff --git a/devel/avr-gcc-3/Makefile b/devel/avr-gcc-3/Makefile index 487815e..ee56be9 100644 --- a/devel/avr-gcc-3/Makefile +++ b/devel/avr-gcc-3/Makefile @@ -22,7 +22,6 @@ MAINTAINER= joerg@freebsd.org BUILD_DEPENDS= avr-as:${PORTSDIR}/devel/avr-binutils \ avr-ld:${PORTSDIR}/devel/avr-binutils \ autoheader:${PORTSDIR}/devel/autoconf \ - perl:${PORTSDIR}/lang/perl5 \ gettext:${PORTSDIR}/devel/gettext RUN_DEPENDS= avr-as:${PORTSDIR}/devel/avr-binutils \ avr-ld:${PORTSDIR}/devel/avr-binutils @@ -31,6 +30,7 @@ WRKSRC= ${WRKDIR}/gcc-${PORTVERSION} # Unfortunately, only some mirrors have it as a .bz2 file, while # the original master site still uses .gz. +USE_PERL5_BUILD= yes USE_BZIP2= yes USE_GMAKE= yes USE_BISON= yes diff --git a/devel/avr-gcc/Makefile b/devel/avr-gcc/Makefile index 487815e..ee56be9 100644 --- a/devel/avr-gcc/Makefile +++ b/devel/avr-gcc/Makefile @@ -22,7 +22,6 @@ MAINTAINER= joerg@freebsd.org BUILD_DEPENDS= avr-as:${PORTSDIR}/devel/avr-binutils \ avr-ld:${PORTSDIR}/devel/avr-binutils \ autoheader:${PORTSDIR}/devel/autoconf \ - perl:${PORTSDIR}/lang/perl5 \ gettext:${PORTSDIR}/devel/gettext RUN_DEPENDS= avr-as:${PORTSDIR}/devel/avr-binutils \ avr-ld:${PORTSDIR}/devel/avr-binutils @@ -31,6 +30,7 @@ WRKSRC= ${WRKDIR}/gcc-${PORTVERSION} # Unfortunately, only some mirrors have it as a .bz2 file, while # the original master site still uses .gz. +USE_PERL5_BUILD= yes USE_BZIP2= yes USE_GMAKE= yes USE_BISON= yes diff --git a/ftp/wget-devel/Makefile b/ftp/wget-devel/Makefile index fb06b78..12eb744 100644 --- a/ftp/wget-devel/Makefile +++ b/ftp/wget-devel/Makefile @@ -15,8 +15,8 @@ MASTER_SITE_SUBDIR= wget MAINTAINER= sf@FreeBSD.org LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext -BUILD_DEPENDS= perl:${PORTSDIR}/lang/perl5 +USE_PERL5_BUILD= yes USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile index fb06b78..12eb744 100644 --- a/ftp/wget/Makefile +++ b/ftp/wget/Makefile @@ -15,8 +15,8 @@ MASTER_SITE_SUBDIR= wget MAINTAINER= sf@FreeBSD.org LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext -BUILD_DEPENDS= perl:${PORTSDIR}/lang/perl5 +USE_PERL5_BUILD= yes USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/net/mopd/Makefile b/net/mopd/Makefile index ebdeffd..7696d08 100644 --- a/net/mopd/Makefile +++ b/net/mopd/Makefile @@ -20,10 +20,11 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ MAINTAINER= obrien@FreeBSD.org -BUILD_DEPENDS= perl:${PORTSDIR}/lang/perl5 - EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} # MANDIR is concetenated to DESTDIR which all forms the man install dir... + +USE_PERL5_BUILD= yes + MAKE_ENV= DESTDIR=${PREFIX} MANDIR=/man/man NOMANCOMPRESS=true MAN1= mopprobe.1 moptrace.1 mopchk.1 mopa.out.1 MAN8= mopd.8 diff --git a/net/slirp/Makefile b/net/slirp/Makefile index 58eeb80..9c7e83a 100644 --- a/net/slirp/Makefile +++ b/net/slirp/Makefile @@ -14,12 +14,12 @@ MASTER_SITE_SUBDIR=slirp MAINTAINER= ports@FreeBSD.Org -BUILD_DEPENDS= perl:${PORTSDIR}/lang/perl5 - # serious LP64 issues ONLY_FOR_ARCHS= i386 WRKSRC= ${WRKDIR}/${DISTNAME}/src + +USE_PERL5_BUILD= yes GNU_CONFIGURE= yes MAN1= slirp.1 diff --git a/security/nss/Makefile b/security/nss/Makefile index 1b08cb5..e080aed 100644 --- a/security/nss/Makefile +++ b/security/nss/Makefile @@ -18,6 +18,7 @@ LIB_DEPENDS= nspr4.1:${PORTSDIR}/devel/nspr WRKSRC= ${WRKDIR}/${DISTNAME}/mozilla/security/nss +USE_PERL5_BUILD= yes INSTALLS_SHLIB= yes USE_GMAKE= yes USE_PERL5_BUILD=yes diff --git a/textproc/urlview/Makefile b/textproc/urlview/Makefile index b89bc50..0f7737d 100644 --- a/textproc/urlview/Makefile +++ b/textproc/urlview/Makefile @@ -22,8 +22,7 @@ MASTER_SITES= ftp://ftp.mutt.org/pub/mutt/contrib/ \ MAINTAINER= obrien@FreeBSD.org -BUILD_DEPENDS= perl:${PORTSDIR}/lang/perl5 - +USE_PERL5_BUILD= yes GNU_CONFIGURE= yes MAN1= urlview.1 |