diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-11-29 02:05:49 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-11-29 02:05:49 +0800 |
commit | 9e9ea3ea7832b57f7d4a00b1397dc10426fee4bc (patch) | |
tree | 9c14caf99595e64d9df7158eff435352c9df0ea3 /net/mopd | |
parent | 604e5486dd9bf477676d0ce962d3201e6155b0cd (diff) | |
download | freebsd-ports-gnome-9e9ea3ea7832b57f7d4a00b1397dc10426fee4bc.tar.gz freebsd-ports-gnome-9e9ea3ea7832b57f7d4a00b1397dc10426fee4bc.tar.zst freebsd-ports-gnome-9e9ea3ea7832b57f7d4a00b1397dc10426fee4bc.zip |
Use USE_PERL5_BUILD where appropriate, instead of hardcoding
${PORTSDIR}/lang/perl5 as a dependency.
Sponsored by: Porta Software Ltd
Approved by: portmgr
Diffstat (limited to 'net/mopd')
-rw-r--r-- | net/mopd/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/mopd/Makefile b/net/mopd/Makefile index ebdeffd3c76a..7696d0811364 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 |