diff options
author | joerg <joerg@pkgsrc.org> | 2007-03-24 19:21:18 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-03-24 19:21:18 +0000 |
commit | d52318ad7f58be5bf7632dc1cdb71e2e2e14266d (patch) | |
tree | a57573ceef3abc19d705671351ee7db9e9292311 /net/choparp | |
parent | 6398c6433afdc49f0d0039f60434b86e4ca08cd2 (diff) | |
download | pkgsrc-d52318ad7f58be5bf7632dc1cdb71e2e2e14266d.tar.gz |
Prepare for switching to NO_MTREE=yes.
Diffstat (limited to 'net/choparp')
-rw-r--r-- | net/choparp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/choparp/Makefile b/net/choparp/Makefile index 1d25ff4de48..40498071043 100644 --- a/net/choparp/Makefile +++ b/net/choparp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/11/09 09:12:30 rillig Exp $ +# $NetBSD: Makefile,v 1.10 2007/03/24 19:21:29 joerg Exp $ # DISTNAME= choparp-20021107 @@ -13,5 +13,6 @@ NOT_FOR_PLATFORM= Interix-*-* # does not have bpf(4) device MANCOMPRESSED_IF_MANZ= yes MAKE_ENV+= ${BSD_MAKE_ENV} +INSTALLATION_DIRS= ${PKGMANDIR}/cat8 ${PKGMANDIR}/man8 sbin .include "../../mk/bsd.pkg.mk" |