diff options
author | asau <asau> | 2012-10-03 00:20:09 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-03 00:20:09 +0000 |
commit | 0b84d2d428d57864ec72b38f5105145e947d3a06 (patch) | |
tree | 49263710b16be5f3d6b2640f13150eca30da8db8 /converters/ish | |
parent | 64bd928e7ccf8bcb2e0fac65e5b369ed44f5081a (diff) | |
download | pkgsrc-0b84d2d428d57864ec72b38f5105145e947d3a06.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'converters/ish')
-rw-r--r-- | converters/ish/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/converters/ish/Makefile b/converters/ish/Makefile index 9e88feeefa3..5af5a5135d1 100644 --- a/converters/ish/Makefile +++ b/converters/ish/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2010/01/29 16:47:53 joerg Exp $ +# $NetBSD: Makefile,v 1.14 2012/10/03 00:20:11 asau Exp $ DISTNAME= ish-1.11 CATEGORIES= converters @@ -7,8 +7,6 @@ MASTER_SITES= ftp://ports.jp.freebsd.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Binary-to-text file-encoder -PKG_DESTDIR_SUPPORT= user-destdir - INSTALLATION_DIRS= bin MAKE_FILE= makefile BUILD_TARGET= ish |