diff options
author | asau <asau@pkgsrc.org> | 2012-09-11 23:19:33 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-09-11 23:19:33 +0000 |
commit | 296135276176fad1ca3e511d648d13a4eefed912 (patch) | |
tree | 044cc8758fa76a5482b86079655ee315d75b4fed /pkgtools/pbulk | |
parent | 6368f9224ede703badf4f81abe6fa617c9ec98b0 (diff) | |
download | pkgsrc-296135276176fad1ca3e511d648d13a4eefed912.tar.gz |
"user-destdir" is default these days
Diffstat (limited to 'pkgtools/pbulk')
-rw-r--r-- | pkgtools/pbulk/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgtools/pbulk/Makefile b/pkgtools/pbulk/Makefile index 49d0cdcf24f..60397f54676 100644 --- a/pkgtools/pbulk/Makefile +++ b/pkgtools/pbulk/Makefile @@ -1,10 +1,8 @@ -# $NetBSD: Makefile,v 1.64 2012/06/19 13:40:07 jperkin Exp $ +# $NetBSD: Makefile,v 1.65 2012/09/11 23:19:36 asau Exp $ DISTNAME= pbulk-0.50 COMMENT= Modular bulk build framework -PKG_DESTDIR_SUPPORT= user-destdir - .include "../../pkgtools/pbulk/Makefile.common" USE_TOOLS+= awk:run bzip2:run digest:run gzip:run make:run \ |