diff options
author | asau <asau@pkgsrc.org> | 2012-10-08 09:57:15 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-08 09:57:15 +0000 |
commit | 8f75236f827c34ceeecf003721ddba4db5044cdb (patch) | |
tree | 53b43134363be0fb8b959c5efdc853bf559a032d /misc/jhd | |
parent | 04a5a3626d07f479d3e2122261c3c6b9406ec8c1 (diff) | |
download | pkgsrc-8f75236f827c34ceeecf003721ddba4db5044cdb.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'misc/jhd')
-rw-r--r-- | misc/jhd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/jhd/Makefile b/misc/jhd/Makefile index 627167c83c1..57751d85fa7 100644 --- a/misc/jhd/Makefile +++ b/misc/jhd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2011/03/17 21:17:28 zafer Exp $ +# $NetBSD: Makefile,v 1.11 2012/10/08 09:57:25 asau Exp $ DISTNAME= jhd-2.3 CATEGORIES= japanese misc @@ -9,7 +9,6 @@ COMMENT= Japanese Hexadecimal Dump BUILD_DEPENDS+= nkf>=1.7:../../converters/nkf -PKG_DESTDIR_SUPPORT= user-destdir INSTALLATION_DIRS= bin ${PKGMANDIR}/ja_JP.EUC/man1 post-build: |