summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-11-01 09:01:56 +0000
committerjoerg <joerg@pkgsrc.org>2006-11-01 09:01:56 +0000
commitf5d0c70da396a2227f2689afdad12600c83a8132 (patch)
treec14abbd8bdfbe4225a5fc6784762eb1e221ba724 /devel
parenta70b5622b456b6f9cfa097f16e0a37b4a11a873a (diff)
downloadpkgsrc-f5d0c70da396a2227f2689afdad12600c83a8132.tar.gz
DESTDIR support.
Diffstat (limited to 'devel')
-rw-r--r--devel/libtool-base/Makefile4
-rw-r--r--devel/libtool/Makefile.common3
2 files changed, 4 insertions, 3 deletions
diff --git a/devel/libtool-base/Makefile b/devel/libtool-base/Makefile
index 70d26f76d05..b588d37c3df 100644
--- a/devel/libtool-base/Makefile
+++ b/devel/libtool-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.78 2006/04/01 11:21:42 grant Exp $
+# $NetBSD: Makefile,v 1.79 2006/11/01 09:01:56 joerg Exp $
###########################################################################
###########################################################################
@@ -94,7 +94,7 @@ post-build:
${FILESDIR}/shlibtool.in > ${WRKSRC}/shlibtool
post-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/shlibtool ${PREFIX}/bin/shlibtool
+ ${INSTALL_SCRIPT} ${WRKSRC}/shlibtool ${DESTDIR}${PREFIX}/bin/shlibtool
.endif
BUILDLINK_DEPMETHOD.dlcompat= build
diff --git a/devel/libtool/Makefile.common b/devel/libtool/Makefile.common
index abe08609ee1..dbe305e0d90 100644
--- a/devel/libtool/Makefile.common
+++ b/devel/libtool/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.66 2006/03/22 22:50:32 tv Exp $
+# $NetBSD: Makefile.common,v 1.67 2006/11/01 09:01:56 joerg Exp $
###########################################################################
###########################################################################
@@ -33,6 +33,7 @@ HOMEPAGE= http://www.gnu.org/software/libtool/libtool.html
CONFLICTS= glibtool-[0-9]*
PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes