summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-12-03 15:14:50 +0000
committerwiz <wiz@pkgsrc.org>2004-12-03 15:14:50 +0000
commit6e02d7ee4135596fbf3221f6c20ff5e8cf314775 (patch)
tree8f483a3c4a5e5f1691642df617cb7138d1cf8187 /comms
parenta1052f051eabb24e35ae6af3a4b193d6e8682662 (diff)
downloadpkgsrc-6e02d7ee4135596fbf3221f6c20ff5e8cf314775.tar.gz
Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
Diffstat (limited to 'comms')
-rw-r--r--comms/efax-gtk/Makefile4
-rw-r--r--comms/estic/Makefile4
-rw-r--r--comms/gkermit/Makefile4
-rw-r--r--comms/kermit/Makefile6
4 files changed, 9 insertions, 9 deletions
diff --git a/comms/efax-gtk/Makefile b/comms/efax-gtk/Makefile
index cb2826b7a79..47fd450b1b7 100644
--- a/comms/efax-gtk/Makefile
+++ b/comms/efax-gtk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2004/10/03 00:13:16 tv Exp $
+# $NetBSD: Makefile,v 1.15 2004/12/03 15:14:52 wiz Exp $
DISTNAME= efax-gtk-1.0.1b.src
PKGNAME= efax-gtk-1.0.1b
@@ -24,7 +24,7 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
EGDIR= ${PREFIX}/share/examples/efax-gtk
CONF_FILES= ${EGDIR}/efax-gtkrc ${PKG_SYSCONFDIR}/efax-gtkrc
-ALL_TARGET= efax-gtk
+BUILD_TARGET= efax-gtk
post-extract:
${GZIP_CMD} -d ${WRKSRC}/efax-gtk.1.gz
diff --git a/comms/estic/Makefile b/comms/estic/Makefile
index 1281959a6bb..52da3d396b4 100644
--- a/comms/estic/Makefile
+++ b/comms/estic/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2004/11/13 21:28:27 jlam Exp $
+# $NetBSD: Makefile,v 1.14 2004/12/03 15:14:52 wiz Exp $
DISTNAME= estic-1.61
CATEGORIES= comms
@@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/${PKGNAME_NOREV:C/-.*//}
USE_BUILDLINK3= yes
USE_X11= # defined
-ALL_TARGET= depend all
+BUILD_TARGET= depend all
ESTICPATCH= ${DISTNAME}-patch-from-1.60${EXTRACT_SUFX}
LIB_TARGET= depend lib
LIBSRC= ${WRKDIR}/spunk
diff --git a/comms/gkermit/Makefile b/comms/gkermit/Makefile
index d0e60ed7050..7f33ae58a20 100644
--- a/comms/gkermit/Makefile
+++ b/comms/gkermit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2004/03/23 04:41:00 jlam Exp $
+# $NetBSD: Makefile,v 1.17 2004/12/03 15:14:52 wiz Exp $
#
DISTNAME= gkermit
@@ -17,7 +17,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
WRKSRC= ${WRKDIR}
USE_BUILDLINK3= yes
-ALL_TARGET= posix
+BUILD_TARGET= posix
MAKEFILE= makefile
MAKE_ENV+= KFLAGS="${CFLAGS}"
diff --git a/comms/kermit/Makefile b/comms/kermit/Makefile
index 6149f581c0c..c81030bdbf1 100644
--- a/comms/kermit/Makefile
+++ b/comms/kermit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2004/10/03 23:50:23 wiz Exp $
+# $NetBSD: Makefile,v 1.58 2004/12/03 15:14:52 wiz Exp $
DISTNAME= cku211
PKGNAME= kermit-8.0.211
@@ -77,9 +77,9 @@ LIBS+= -L${PREFIX}/lib -lsocks5
.endif
.if ${OPSYS} == "Darwin"
-ALL_TARGET= macosx10
+BUILD_TARGET= macosx10
.else
-ALL_TARGET= netbsd+openssl
+BUILD_TARGET= netbsd+openssl
.include "../../security/openssl/buildlink3.mk"
.endif