diff options
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/xpk/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/xpk/Makefile b/archivers/xpk/Makefile index 0d1f80cdb63..edd85327b6d 100644 --- a/archivers/xpk/Makefile +++ b/archivers/xpk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2009/08/11 22:03:39 zafer Exp $ +# $NetBSD: Makefile,v 1.14 2012/02/15 19:28:18 hans Exp $ DISTNAME= xpk-0.1.4 PKGREVISION= 1 @@ -12,6 +12,8 @@ COMMENT= The eXternal PacKer (XPK) library system PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir +REPLACE_SH= xpk-config.in + GNU_CONFIGURE= yes USE_LIBTOOL= yes |