diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-11-28 18:05:49 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-11-28 18:05:49 +0000 |
commit | 499f6035b347097b351352c5d8f0a30ac6b45a92 (patch) | |
tree | 8b9644e4aa1a1fce2f7ef4f30a543db47d3ea91f /net/mopd/Makefile | |
parent | 2301f5395ac11bea9a0b344e261c19763d8c6b3c (diff) | |
download | ports-499f6035b347097b351352c5d8f0a30ac6b45a92.tar.gz ports-499f6035b347097b351352c5d8f0a30ac6b45a92.zip |
Notes
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 |