diff options
author | hans <hans@pkgsrc.org> | 2012-02-15 19:28:18 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-02-15 19:28:18 +0000 |
commit | 68a43fa711c24167197ab63e8dfa1dab683486c4 (patch) | |
tree | 70a07832d730fa184f2e2e8fc5560d185d154655 /archivers | |
parent | 846eba646269e48653959bd52e17204dd2f5472a (diff) | |
download | pkgsrc-68a43fa711c24167197ab63e8dfa1dab683486c4.tar.gz |
REPLACE_SH on installed shell script.
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 |