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 | 296135276176fad1ca3e511d648d13a4eefed912 (patch) | |
tree | 044cc8758fa76a5482b86079655ee315d75b4fed /pkgtools/nih | |
parent | 6368f9224ede703badf4f81abe6fa617c9ec98b0 (diff) | |
download | pkgsrc-296135276176fad1ca3e511d648d13a4eefed912.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 |