summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-06-12 02:14:13 +0000
committerjoerg <joerg@pkgsrc.org>2008-06-12 02:14:13 +0000
commitba171a91fab519f587b027c1a2888cb6e3fce049 (patch)
treec12b9c282e2706cb6bac87456615dfdf2b256e55 /comms
parent3ba79d294eb62e9c75cc32d37b4af7759af8c9d6 (diff)
downloadpkgsrc-ba171a91fab519f587b027c1a2888cb6e3fce049.tar.gz
Add DESTDIR support.
Diffstat (limited to 'comms')
-rw-r--r--comms/asterisk/Makefile4
-rw-r--r--comms/esms/Makefile4
-rw-r--r--comms/p5-pilot-link/Makefile6
-rw-r--r--comms/pilot-link-libs/Makefile4
-rw-r--r--comms/pilot-link/Makefile4
5 files changed, 16 insertions, 6 deletions
diff --git a/comms/asterisk/Makefile b/comms/asterisk/Makefile
index ad157fde701..4468412dc7a 100644
--- a/comms/asterisk/Makefile
+++ b/comms/asterisk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2008/06/07 17:28:11 riz Exp $
+# $NetBSD: Makefile,v 1.52 2008/06/12 02:14:16 joerg Exp $
DISTNAME= asterisk-1.2.27
#PKGREVISION= 2
@@ -10,6 +10,8 @@ MAINTAINER= packages@NetBSD.org
HOMEPAGE= http://www.asterisk.org/
COMMENT= The Asterisk Software PBX
+PKG_DESTDIR_SUPPORT= user-destdir
+
.include "../../mk/bsd.prefs.mk"
USE_TOOLS+= bash bison gmake perl:run
diff --git a/comms/esms/Makefile b/comms/esms/Makefile
index 5dc51a51537..728bc0335f0 100644
--- a/comms/esms/Makefile
+++ b/comms/esms/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2006/03/04 21:29:04 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:16 joerg Exp $
DISTNAME= esms-0.9.5
PKGREVISION= 1
@@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://esms.sourceforge.net/
COMMENT= Command line SMS send tool
+PKG_DESTDIR_SUPPORT= user-destdir
+
DEPENDS+= p5-libwww>=5.64:../../www/p5-libwww
DEPENDS+= p5-HTML-Parser>=3.25:../../www/p5-HTML-Parser
DEPENDS+= p5-HTML-Tree>=3.11:../../www/p5-HTML-Tree
diff --git a/comms/p5-pilot-link/Makefile b/comms/p5-pilot-link/Makefile
index 8c2c172af6a..f1f488af6cc 100644
--- a/comms/p5-pilot-link/Makefile
+++ b/comms/p5-pilot-link/Makefile
@@ -1,6 +1,8 @@
-# $NetBSD: Makefile,v 1.38 2007/05/15 13:13:25 obache Exp $
+# $NetBSD: Makefile,v 1.39 2008/06/12 02:14:16 joerg Exp $
#
+PKG_DESTDIR_SUPPORT= user-destdir
+
.include "../../comms/pilot-link/Makefile.common"
PKGNAME= p5-${DISTNAME}
@@ -45,7 +47,7 @@ post-extract:
post-install:
.for bin in pilot-ietf2datebook pilot-undelete pilot-sync-plan
cd ${WRKSRC}/src && \
- ${INSTALL_SCRIPT} ${bin} ${PREFIX}/bin
+ ${INSTALL_SCRIPT} ${bin} ${DESTDIR}${PREFIX}/bin
.endfor
.include "../../comms/pilot-link-libs/buildlink3.mk"
diff --git a/comms/pilot-link-libs/Makefile b/comms/pilot-link-libs/Makefile
index de18935af49..b3d33e2b059 100644
--- a/comms/pilot-link-libs/Makefile
+++ b/comms/pilot-link-libs/Makefile
@@ -1,6 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2007/11/30 18:16:43 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2008/06/12 02:14:17 joerg Exp $
#
+PKG_DESTDIR_SUPPORT= user-destdir
+
.include "../../comms/pilot-link/Makefile.common"
PKGNAME= pilot-link-libs-${PILOT_LINK_VERS}
diff --git a/comms/pilot-link/Makefile b/comms/pilot-link/Makefile
index eaed9e0632d..d0759fe09b0 100644
--- a/comms/pilot-link/Makefile
+++ b/comms/pilot-link/Makefile
@@ -1,4 +1,6 @@
-# $NetBSD: Makefile,v 1.47 2007/11/30 18:17:11 wiz Exp $
+# $NetBSD: Makefile,v 1.48 2008/06/12 02:14:17 joerg Exp $
+
+PKG_DESTDIR_SUPPORT= user-destdir
.include "../../comms/pilot-link/Makefile.common"