summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorjoerg <joerg>2010-01-29 16:08:17 +0000
committerjoerg <joerg>2010-01-29 16:08:17 +0000
commitd0f2618cd8ce47eb15c944c560e73c9291c772f3 (patch)
tree2adfb26d03d389ef79e40c780a9b644498273636 /comms
parent696a1cd783e0c68c93e2aa4c725b685f35dee5d7 (diff)
downloadpkgsrc-d0f2618cd8ce47eb15c944c560e73c9291c772f3.tar.gz
DESTDIR support
Diffstat (limited to 'comms')
-rw-r--r--comms/conserver/Makefile7
-rw-r--r--comms/efax-gtk/Makefile4
-rw-r--r--comms/efax/Makefile6
-rw-r--r--comms/efax/distinfo4
-rw-r--r--comms/efax/patches/patch-aa12
5 files changed, 19 insertions, 14 deletions
diff --git a/comms/conserver/Makefile b/comms/conserver/Makefile
index f2135db5dcc..4f6e686ecbe 100644
--- a/comms/conserver/Makefile
+++ b/comms/conserver/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2006/03/04 21:29:04 jlam Exp $
+# $NetBSD: Makefile,v 1.21 2010/01/29 16:14:03 joerg Exp $
#
DISTNAME= conserver-7.2.7
@@ -11,6 +11,7 @@ HOMEPAGE= http://www.conserver.com/
COMMENT= Application that allows multiple users to watch serial consoles
PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= YES
CONFLICTS+= conserver8-[0-9]*
@@ -43,9 +44,7 @@ SUBST_STAGE.conf= post-patch
SUBST_FILES.conf= conserver.cf/conserver.cf
SUBST_SED.conf= -e s,/var/consoles,${VARBASE}/consoles,
-pre-install:
- ${INSTALL_DATA_DIR} ${EGDIR}
+INSTALLATION_DIRS+= ${EGDIR}
.include "../../security/tcp_wrappers/buildlink3.mk"
-
.include "../../mk/bsd.pkg.mk"
diff --git a/comms/efax-gtk/Makefile b/comms/efax-gtk/Makefile
index b58dc9f4edd..7b3b792cc75 100644
--- a/comms/efax-gtk/Makefile
+++ b/comms/efax-gtk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2010/01/18 09:58:41 wiz Exp $
+# $NetBSD: Makefile,v 1.45 2010/01/29 16:17:33 joerg Exp $
DISTNAME= efax-gtk-3.0.20.src
PKGNAME= efax-gtk-3.0.20
@@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://efax-gtk.sourceforge.net/
COMMENT= GTK frontend for efax
+PKG_DESTDIR_SUPPORT= user-destdir
+
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
USE_LANGUAGES= c c++
USE_PKGLOCALEDIR= yes
diff --git a/comms/efax/Makefile b/comms/efax/Makefile
index 78cea0d240c..9afedfe5aeb 100644
--- a/comms/efax/Makefile
+++ b/comms/efax/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2006/04/12 23:04:21 joerg Exp $
+# $NetBSD: Makefile,v 1.20 2010/01/29 16:14:29 joerg Exp $
DISTNAME= efax-0.9
PKGREVISION= 1
@@ -9,10 +9,14 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.cce.com/efax/
COMMENT= Collection of small programs for sending and receiving faxes
+PKG_DESTDIR_SUPPORT= user-destdir
+
CONFLICTS= kdeutils<3.1
CONF_FILES+= ${PREFIX}/share/examples/efax/efax.rc ${PKG_SYSCONFDIR}/efax.rc
+INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1
+
post-patch:
${SED} -e 's:@PREFIX@:${PREFIX}:g; \
s:@LOCALBASE@:${LOCALBASE}:g; \
diff --git a/comms/efax/distinfo b/comms/efax/distinfo
index b7d274e424f..10b1411becd 100644
--- a/comms/efax/distinfo
+++ b/comms/efax/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.4 2006/04/12 23:04:21 joerg Exp $
+$NetBSD: distinfo,v 1.5 2010/01/29 16:14:29 joerg Exp $
SHA1 (efax-0.9.tar.gz) = 8965407996737e6ec2c8a198ba34811f5134b5d1
RMD160 (efax-0.9.tar.gz) = 471112ab87cfcf11521a5ea7c0cb203a44e958c3
Size (efax-0.9.tar.gz) = 96736 bytes
-SHA1 (patch-aa) = 7ff3a7918b2f844ec230e178d006c16f9fb487ad
+SHA1 (patch-aa) = 92b663c7b9c6fce201f6a55ba3884724b60000c0
SHA1 (patch-ab) = ea5a18f3558f28b71085a6dd2e13ddc5e17f5f26
SHA1 (patch-ac) = afe6aaafe504f41c13a644aae4eb9c7584466db6
diff --git a/comms/efax/patches/patch-aa b/comms/efax/patches/patch-aa
index a1b45ff7ef3..b484daada7d 100644
--- a/comms/efax/patches/patch-aa
+++ b/comms/efax/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.2 2006/04/12 23:04:21 joerg Exp $
+$NetBSD: patch-aa,v 1.3 2010/01/29 16:14:29 joerg Exp $
--- Makefile.orig Fri Mar 12 01:00:34 1999
+++ Makefile
@@ -43,11 +43,11 @@ $NetBSD: patch-aa,v 1.2 2006/04/12 23:04:21 joerg Exp $
install:
- cp fax efax efix $(BINDIR)
- cp fax.1 efax.1 efix.1 $(MANDIR)/man1
-+ $(BSD_INSTALL_PROGRAM) efax efix $(BINDIR)
-+ $(BSD_INSTALL_SCRIPT) fax $(BINDIR)
-+ $(BSD_INSTALL_DATA_DIR) $(PREFIX)/share/examples/efax
-+ $(BSD_INSTALL_DATA) efax.rc $(PREFIX)/share/examples/efax
-+ $(BSD_INSTALL_MAN) fax.1 efax.1 efix.1 $(MANDIR)/man1
++ $(BSD_INSTALL_PROGRAM) efax efix ${DESTDIR}$(BINDIR)
++ $(BSD_INSTALL_SCRIPT) fax ${DESTDIR}$(BINDIR)
++ $(BSD_INSTALL_DATA_DIR) ${DESTDIR}$(PREFIX)/share/examples/efax
++ $(BSD_INSTALL_DATA) efax.rc ${DESTDIR}$(PREFIX)/share/examples/efax
++ $(BSD_INSTALL_MAN) fax.1 efax.1 efix.1 ${DESTDIR}$(MANDIR)/man1
clean:
rm -f efax efix efax.o efix.o efaxlib.o efaxio.o efaxos.o efaxmsg.o