diff options
author | joerg <joerg@pkgsrc.org> | 2007-03-15 20:43:24 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-03-15 20:43:24 +0000 |
commit | 5fd629f8ae25b53a34fc9761e81d1758636adb9d (patch) | |
tree | 97e0d660780a501f19886904ad450cea7c07d2c4 /net | |
parent | 462d0812ebc8eedb3e6221f253dd02506b1ef6ab (diff) | |
download | pkgsrc-5fd629f8ae25b53a34fc9761e81d1758636adb9d.tar.gz |
Don't depend on mtree.
Diffstat (limited to 'net')
-rw-r--r-- | net/rdist6/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/rdist6/Makefile b/net/rdist6/Makefile index a5aa6aea859..9763e5e7e3c 100644 --- a/net/rdist6/Makefile +++ b/net/rdist6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/12/09 02:18:22 markd Exp $ +# $NetBSD: Makefile,v 1.17 2007/03/15 20:43:24 joerg Exp $ # DISTNAME= freerdist-0.92 @@ -14,6 +14,7 @@ USE_TOOLS+= byacc RDIST6_NAME= rdist6 +INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PKGMANDIR}/man8 INSTALL_TARGET= install install.man MAKE_ENV+= RDIST6_NAME=${RDIST6_NAME:Q} |