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/pkgdiff | |
parent | 2616ea74347a099f94cc21357dd8070ab5cad4a4 (diff) | |
download | pkgsrc-d5ae29c067f185967ce21d0beea1d8708c105a24.tar.gz |
"user-destdir" is default these days
Diffstat (limited to 'pkgtools/pkgdiff')
-rw-r--r-- | pkgtools/pkgdiff/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgtools/pkgdiff/Makefile b/pkgtools/pkgdiff/Makefile index 2f6c65fc896..0f1923c90cd 100644 --- a/pkgtools/pkgdiff/Makefile +++ b/pkgtools/pkgdiff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.76 2012/05/29 22:58:52 cheusov Exp $ +# $NetBSD: Makefile,v 1.77 2012/09/11 23:19:38 asau Exp $ # DISTNAME= pkgdiff-1.3 @@ -12,7 +12,6 @@ COMMENT= Tools to create, maintain, and send back patches for pkgsrc LICENSE= 2-clause-bsd AND original-bsd PKG_INSTALLATION_TYPES= overwrite pkgviews -PKG_DESTDIR_SUPPORT= user-destdir NO_CONFIGURE= yes |