diff options
Diffstat (limited to 'pkgtools/distbb')
-rw-r--r-- | pkgtools/distbb/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgtools/distbb/Makefile b/pkgtools/distbb/Makefile index c5aebc894b6..d72e9ebf77c 100644 --- a/pkgtools/distbb/Makefile +++ b/pkgtools/distbb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2012/09/08 18:20:04 cheusov Exp $ +# $NetBSD: Makefile,v 1.15 2012/09/11 23:19:34 asau Exp $ # DISTNAME= distbb-0.45.1 @@ -30,8 +30,6 @@ REPLACE.runawk.new= ${PREFIX}/bin/runawk REPLACE_FILES.runawk= gen_weights.in pkg_summary2build_deps.in \ distbb_grep.in gen_queue.in -PKG_DESTDIR_SUPPORT= user-destdir - EGDIR= ${PREFIX}/share/examples/distbb DOCDIR= ${PREFIX}/share/doc/distbb |