diff options
author | asau <asau> | 2012-10-08 09:57:15 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-08 09:57:15 +0000 |
commit | 4dacb59184a3da66b51557f777b52dd12343edbf (patch) | |
tree | 53b43134363be0fb8b959c5efdc853bf559a032d /misc/libutf | |
parent | 73aa2b5bf64486588e2630220a4c71617b602c9e (diff) | |
download | pkgsrc-4dacb59184a3da66b51557f777b52dd12343edbf.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'misc/libutf')
-rw-r--r-- | misc/libutf/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/libutf/Makefile b/misc/libutf/Makefile index 5bec8b1564a..37b2bd99d48 100644 --- a/misc/libutf/Makefile +++ b/misc/libutf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2009/05/22 18:17:57 zafer Exp $ +# $NetBSD: Makefile,v 1.23 2012/10/08 09:57:29 asau Exp $ # DISTNAME= libutf-3.0 @@ -12,7 +12,6 @@ COMMENT= UTF-8 character set support library, including regular expressions GNU_CONFIGURE= yes USE_LIBTOOL= yes BUILD_TARGET= tst -PKG_DESTDIR_SUPPORT= user-destdir CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} |