diff options
author | asau <asau@pkgsrc.org> | 2012-09-11 19:46:52 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-09-11 19:46:52 +0000 |
commit | cbe98b799637d2d9ccb76378c19f66fa80dc9487 (patch) | |
tree | 361a8fb86a46a145de882fd0d5f045773c75ecb5 /archivers/libzip/Makefile | |
parent | 18181340a1ae5f37586794c9f17ab4e80036855f (diff) | |
download | pkgsrc-cbe98b799637d2d9ccb76378c19f66fa80dc9487.tar.gz |
"user-destdir" is default these days
Diffstat (limited to 'archivers/libzip/Makefile')
-rw-r--r-- | archivers/libzip/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/archivers/libzip/Makefile b/archivers/libzip/Makefile index 1a19312fb48..9d262b5db5f 100644 --- a/archivers/libzip/Makefile +++ b/archivers/libzip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2012/03/20 13:04:53 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2012/09/11 19:46:56 asau Exp $ # DISTNAME= libzip-0.10.1 @@ -11,8 +11,6 @@ HOMEPAGE= http://www.nih.at/libzip/ COMMENT= C library to manipulate zip archives LICENSE= modified-bsd -PKG_DESTDIR_SUPPORT= user-destdir - USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes PKGCONFIG_OVERRIDE+= ${WRKSRC}/libzip.pc.in |