summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorjlam <jlam>2005-12-29 06:21:30 +0000
committerjlam <jlam>2005-12-29 06:21:30 +0000
commit5af16a0a92f81c34be4b282d5e8072ffb8e77df1 (patch)
treecd74196fb4970fddf0114e46d23d0bc534a0a70a /comms
parenta1ad2b0ae6e24e2b642cab2b00e3241d772eef7a (diff)
downloadpkgsrc-5af16a0a92f81c34be4b282d5e8072ffb8e77df1.tar.gz
Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
Diffstat (limited to 'comms')
-rw-r--r--comms/asterisk/Makefile3
-rw-r--r--comms/conserver/Makefile3
-rw-r--r--comms/conserver8/Makefile3
-rw-r--r--comms/efax-gtk/Makefile3
-rw-r--r--comms/efax/Makefile3
-rw-r--r--comms/fidogate/Makefile3
-rw-r--r--comms/hylafax/Makefile3
-rw-r--r--comms/mgetty+sendfax/Makefile3
-rw-r--r--comms/minicom/Makefile3
-rw-r--r--comms/zaptel-netbsd/Makefile3
10 files changed, 10 insertions, 20 deletions
diff --git a/comms/asterisk/Makefile b/comms/asterisk/Makefile
index a4f780138d6..1f2f8264251 100644
--- a/comms/asterisk/Makefile
+++ b/comms/asterisk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/12/05 20:49:54 rillig Exp $
+# $NetBSD: Makefile,v 1.10 2005/12/29 06:21:33 jlam Exp $
DISTNAME= asterisk-1.0.9
CATEGORIES= comms net audio
@@ -56,7 +56,6 @@ SUBST_SED.asterisk= \
.include "options.mk"
-USE_PKGINSTALL= yes
RCD_SCRIPTS= asterisk
OWN_DIRS+= ${ASTSPOOLDIR} ${ASTLOGDIR} ${ASTVARRUNDIR}
OWN_DIRS+= ${ASTLOGDIR}/cdr-csv
diff --git a/comms/conserver/Makefile b/comms/conserver/Makefile
index f49c824e1de..c0c021ce98a 100644
--- a/comms/conserver/Makefile
+++ b/comms/conserver/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2005/12/05 23:55:03 rillig Exp $
+# $NetBSD: Makefile,v 1.19 2005/12/29 06:21:34 jlam Exp $
#
DISTNAME= conserver-7.2.7
@@ -13,7 +13,6 @@ COMMENT= Application that allows multiple users to watch serial consoles
PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= YES
-USE_PKGINSTALL= YES
CONFLICTS+= conserver8-[0-9]*
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
diff --git a/comms/conserver8/Makefile b/comms/conserver8/Makefile
index effc56ad4ec..dcd8ad7bc7f 100644
--- a/comms/conserver8/Makefile
+++ b/comms/conserver8/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/12/05 23:55:03 rillig Exp $
+# $NetBSD: Makefile,v 1.4 2005/12/29 06:21:34 jlam Exp $
#
DISTNAME= conserver-8.1.11
@@ -16,7 +16,6 @@ CONFLICTS= conserver-[0-9]*
PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= YES
-USE_PKGINSTALL= YES
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
CONFIGURE_ARGS+= --with-master=${CONSERVER_DEFAULTHOST:Q}
diff --git a/comms/efax-gtk/Makefile b/comms/efax-gtk/Makefile
index e49ab897aaa..a4fd31fa2d7 100644
--- a/comms/efax-gtk/Makefile
+++ b/comms/efax-gtk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2005/12/05 23:55:03 rillig Exp $
+# $NetBSD: Makefile,v 1.24 2005/12/29 06:21:34 jlam Exp $
DISTNAME= efax-gtk-3.0.6.src
PKGNAME= efax-gtk-3.0.6
@@ -13,7 +13,6 @@ COMMENT= GTK frontend for efax
DEPENDS+= efax>=0.9:../../comms/efax
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
-USE_PKGINSTALL= yes
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
diff --git a/comms/efax/Makefile b/comms/efax/Makefile
index dc2172e742a..77a83d05baf 100644
--- a/comms/efax/Makefile
+++ b/comms/efax/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2005/04/11 21:45:06 tv Exp $
+# $NetBSD: Makefile,v 1.16 2005/12/29 06:21:34 jlam Exp $
DISTNAME= efax-0.9
CATEGORIES= comms
@@ -11,7 +11,6 @@ COMMENT= Collection of small programs for sending and receiving faxes
CONFLICTS= kdeutils<3.1
-USE_PKGINSTALL= YES
DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL
INSTALL_EXTRA_TMPL+= ${.CURDIR}/INSTALL
diff --git a/comms/fidogate/Makefile b/comms/fidogate/Makefile
index bff987db840..d214d022cd9 100644
--- a/comms/fidogate/Makefile
+++ b/comms/fidogate/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2005/12/27 22:45:25 joerg Exp $
+# $NetBSD: Makefile,v 1.47 2005/12/29 06:21:34 jlam Exp $
#
DISTNAME= fidogate-4.4.10
@@ -10,7 +10,6 @@ MAINTAINER= tv@duh.org
HOMEPAGE= http://www.fidogate.org/
COMMENT= FidoNet (FTN) <-> Internet mail and news gateway
-USE_PKGINSTALL= yes
USE_TOOLS+= gmake perl:run
MAKE_ENV+= DEBUG="${CFLAGS} -Werror"
BUILDLINK_SETENV.CC= CC="cc ${_STRIPFLAG_CC}"
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile
index d008f786ae3..5317ddb0243 100644
--- a/comms/hylafax/Makefile
+++ b/comms/hylafax/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2005/12/05 23:55:03 rillig Exp $
+# $NetBSD: Makefile,v 1.49 2005/12/29 06:21:34 jlam Exp $
VERS= 4.2.2
DISTNAME= hylafax-${VERS}
@@ -16,7 +16,6 @@ DEPENDS+= mawk>=1.2.2:../../lang/mawk
CONFLICTS= hylafax-devel-[0-9]* mgetty-[0-9]*
-USE_PKGINSTALL= yes
USE_LANGUAGES= c c++
USE_TOOLS+= gs:run
HAS_CONFIGURE= yes
diff --git a/comms/mgetty+sendfax/Makefile b/comms/mgetty+sendfax/Makefile
index 9b28308158f..7e081a8c4d2 100644
--- a/comms/mgetty+sendfax/Makefile
+++ b/comms/mgetty+sendfax/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2005/12/05 20:49:55 rillig Exp $
+# $NetBSD: Makefile,v 1.49 2005/12/29 06:21:34 jlam Exp $
DISTNAME= mgetty1.1.31-Jul24
PKGNAME= mgetty-1.1.31
@@ -17,7 +17,6 @@ CONFLICTS= hylafax-[0-9]*
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
-USE_PKGINSTALL= yes
DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL
INSTALL_EXTRA_TMPL+= ${.CURDIR}/INSTALL
diff --git a/comms/minicom/Makefile b/comms/minicom/Makefile
index 5ce065dc65d..34d6657eab5 100644
--- a/comms/minicom/Makefile
+++ b/comms/minicom/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2005/12/05 23:55:03 rillig Exp $
+# $NetBSD: Makefile,v 1.46 2005/12/29 06:21:34 jlam Exp $
DISTNAME= minicom-2.1
PKGREVISION= 1
@@ -15,7 +15,6 @@ DEPENDS+= lrzsz-[0-9]*:../../comms/lrzsz
PKG_INSTALLATION_TYPES= overwrite pkgviews
-USE_PKGINSTALL= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
diff --git a/comms/zaptel-netbsd/Makefile b/comms/zaptel-netbsd/Makefile
index ea89b616be6..5c73de07e59 100644
--- a/comms/zaptel-netbsd/Makefile
+++ b/comms/zaptel-netbsd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/04/08 03:03:42 riz Exp $
+# $NetBSD: Makefile,v 1.2 2005/12/29 06:21:34 jlam Exp $
#
DISTNAME= zaptel-netbsd-20050404
@@ -19,7 +19,6 @@ MAKE_ENV+= ZAPTEL_KERNEL_ENV=${ZAPTEL_KERNEL_ENV:Q}
CONF_FILES= ${PREFIX}/share/examples/zaptel/zaptel.conf \
${PKG_SYSCONFDIR}/zaptel.conf
-USE_PKGINSTALL= yes
RCD_SCRIPTS= ztcfg
.include "../../devel/newt/buildlink3.mk"