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/pkg_notify | |
parent | 2616ea74347a099f94cc21357dd8070ab5cad4a4 (diff) | |
download | pkgsrc-d5ae29c067f185967ce21d0beea1d8708c105a24.tar.gz |
"user-destdir" is default these days
Diffstat (limited to 'pkgtools/pkg_notify')
-rw-r--r-- | pkgtools/pkg_notify/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgtools/pkg_notify/Makefile b/pkgtools/pkg_notify/Makefile index d885d98e4f4..f9da50a66e6 100644 --- a/pkgtools/pkg_notify/Makefile +++ b/pkgtools/pkg_notify/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2009/04/09 00:48:12 joerg Exp $ +# $NetBSD: Makefile,v 1.14 2012/09/11 23:19:37 asau Exp $ # DISTNAME= pkg_notify-0.4.3 @@ -13,7 +13,6 @@ COMMENT= Notifies package maintainer when a new version is available DEPENDS+= p5-libwww>=5.76:../../www/p5-libwww PKG_INSTALLATION_TYPES= overwrite pkgviews -PKG_DESTDIR_SUPPORT= user-destdir NO_BUILD= yes NO_CONFIGURE= yes |