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/nih | |
parent | 2616ea74347a099f94cc21357dd8070ab5cad4a4 (diff) | |
download | pkgsrc-d5ae29c067f185967ce21d0beea1d8708c105a24.tar.gz |
"user-destdir" is default these days
Diffstat (limited to 'pkgtools/nih')
-rw-r--r-- | pkgtools/nih/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgtools/nih/Makefile b/pkgtools/nih/Makefile index 8366bc96a80..345dd99dbe5 100644 --- a/pkgtools/nih/Makefile +++ b/pkgtools/nih/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2012/09/08 17:52:49 cheusov Exp $ +# $NetBSD: Makefile,v 1.18 2012/09/11 23:19:35 asau Exp $ DISTNAME= pkgnih-0.10.1 PKGREVISION= 1 @@ -21,8 +21,6 @@ BUILD_DEPENDS+= mk-configure>=0.21.0:../../devel/mk-configure CONFLICTS= pkg_status-[0-9]* SUPERSEDES= pkgnih-[0-9]* -PKG_DESTDIR_SUPPORT= user-destdir - BUILD_TARGET= all all-doc INSTALL_TARGET= install install-doc |