diff options
author | asau <asau> | 2012-09-11 19:46:58 +0000 |
---|---|---|
committer | asau <asau> | 2012-09-11 19:46:58 +0000 |
commit | 9e030e13502b9436ffadba8ce4de83147148f5f2 (patch) | |
tree | d5d607161814a547b906120f250b266ef8b598a7 /archivers/xpk | |
parent | 617b4b68f22d8314c894cfb130f6e0b1fa27462d (diff) | |
download | pkgsrc-9e030e13502b9436ffadba8ce4de83147148f5f2.tar.gz |
"user-destdir" is default these days
Diffstat (limited to 'archivers/xpk')
-rw-r--r-- | archivers/xpk/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/archivers/xpk/Makefile b/archivers/xpk/Makefile index edd85327b6d..446b46d08bc 100644 --- a/archivers/xpk/Makefile +++ b/archivers/xpk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2012/02/15 19:28:18 hans Exp $ +# $NetBSD: Makefile,v 1.15 2012/09/11 19:47:03 asau Exp $ DISTNAME= xpk-0.1.4 PKGREVISION= 1 @@ -10,7 +10,6 @@ HOMEPAGE= http://www.jormas.com/~vesuri/xpk/ COMMENT= The eXternal PacKer (XPK) library system PKG_INSTALLATION_TYPES= overwrite pkgviews -PKG_DESTDIR_SUPPORT= user-destdir REPLACE_SH= xpk-config.in |