diff options
author | asau <asau> | 2012-09-11 23:19:33 +0000 |
---|---|---|
committer | asau <asau> | 2012-09-11 23:19:33 +0000 |
commit | d5ae29c067f185967ce21d0beea1d8708c105a24 (patch) | |
tree | 044cc8758fa76a5482b86079655ee315d75b4fed /pkgtools/mksandbox | |
parent | 2616ea74347a099f94cc21357dd8070ab5cad4a4 (diff) | |
download | pkgsrc-d5ae29c067f185967ce21d0beea1d8708c105a24.tar.gz |
"user-destdir" is default these days
Diffstat (limited to 'pkgtools/mksandbox')
-rw-r--r-- | pkgtools/mksandbox/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgtools/mksandbox/Makefile b/pkgtools/mksandbox/Makefile index f88abdd77c3..396ed15e7f0 100644 --- a/pkgtools/mksandbox/Makefile +++ b/pkgtools/mksandbox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2012/08/26 22:13:18 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2012/09/11 23:19:35 asau Exp $ DISTNAME= mksandbox-1.0 CATEGORIES= pkgtools @@ -10,8 +10,6 @@ HOMEPAGE= http://www.NetBSD.org/docs/pkgsrc/bulk.html#setting-up-a-sandbox COMMENT= Tool for creating sandboxes LICENSE= 2-clause-bsd -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR} NO_BUILD= yes USE_LANGUAGES= # none |