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 | 0d2b63b3a358a64cbc41e007e04d183ecb9a7aa5 (patch) | |
tree | 044cc8758fa76a5482b86079655ee315d75b4fed /pkgtools/pkg_leaves | |
parent | b0feb9f5b186a62a131121fe59db9ccdc0a844bd (diff) | |
download | pkgsrc-0d2b63b3a358a64cbc41e007e04d183ecb9a7aa5.tar.gz |
"user-destdir" is default these days
Diffstat (limited to 'pkgtools/pkg_leaves')
-rw-r--r-- | pkgtools/pkg_leaves/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgtools/pkg_leaves/Makefile b/pkgtools/pkg_leaves/Makefile index 12bfc7f4576..56956a46e4d 100644 --- a/pkgtools/pkg_leaves/Makefile +++ b/pkgtools/pkg_leaves/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2009/04/09 00:48:12 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2012/09/11 23:19:37 asau Exp $ DISTNAME= pkg_leaves-1.2 CATEGORIES= pkgtools @@ -8,8 +8,6 @@ DISTFILES= # empty MAINTAINER= joerg@NetBSD.org COMMENT= Print leaf packages -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR} NO_BUILD= yes USE_LANGUAGES= # none |