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/autoconvert | |
parent | 64bd928e7ccf8bcb2e0fac65e5b369ed44f5081a (diff) | |
download | pkgsrc-0b84d2d428d57864ec72b38f5105145e947d3a06.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'converters/autoconvert')
-rw-r--r-- | converters/autoconvert/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/converters/autoconvert/Makefile b/converters/autoconvert/Makefile index 52fbc23d119..bfc3b976f96 100644 --- a/converters/autoconvert/Makefile +++ b/converters/autoconvert/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2008/07/14 12:56:00 joerg Exp $ +# $NetBSD: Makefile,v 1.14 2012/10/03 00:20:09 asau Exp $ DISTNAME= autoconvert-0.3.13 PKGREVISION= 2 @@ -9,8 +9,6 @@ MAINTAINER= rxg@NetBSD.org HOMEPAGE= http://banyan.dlut.edu.cn/~ygh/ COMMENT= Intelligent Chinese encoding converter -PKG_DESTDIR_SUPPORT= user-destdir - USE_LIBTOOL= yes USE_TOOLS+= gmake AUTO_MKDIRS= yes |