diff options
Diffstat (limited to 'net/mopd/Makefile')
-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 |