diff options
author | wiz <wiz@pkgsrc.org> | 2004-12-03 15:14:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-12-03 15:14:50 +0000 |
commit | 6e02d7ee4135596fbf3221f6c20ff5e8cf314775 (patch) | |
tree | 8f483a3c4a5e5f1691642df617cb7138d1cf8187 /net | |
parent | a1052f051eabb24e35ae6af3a4b193d6e8682662 (diff) | |
download | pkgsrc-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 'net')
41 files changed, 89 insertions, 89 deletions
diff --git a/net/arping/Makefile b/net/arping/Makefile index f85294491d6..372b79aa1eb 100644 --- a/net/arping/Makefile +++ b/net/arping/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/11/19 16:39:42 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2004/12/03 15:15:05 wiz Exp $ # DISTNAME= arping-2.01 @@ -16,15 +16,15 @@ NO_CONFIGURE= yes .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "NetBSD" || ${OPSYS} == "OpenBSD" -ALL_TARGET= openbsd +BUILD_TARGET= openbsd .elif ${OPSYS} == "Linux" -ALL_TARGET= linux +BUILD_TARGET= linux .elif ${OPSYS} == "FreeBSD" -ALL_TARGET= freebsd +BUILD_TARGET= freebsd .elif ${OPSYS} == "SunOS" -ALL_TARGET= solaris +BUILD_TARGET= solaris .elif ${OPSYS} == "Darwin" -ALL_TARGET= macosx +BUILD_TARGET= macosx .endif .include "../../devel/libnet/buildlink3.mk" diff --git a/net/bounce/Makefile b/net/bounce/Makefile index 3172d55e4cc..03b0bdbedeb 100644 --- a/net/bounce/Makefile +++ b/net/bounce/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/01/20 12:22:18 agc Exp $ +# $NetBSD: Makefile,v 1.6 2004/12/03 15:15:05 wiz Exp $ # DISTNAME= bounce-0.0 @@ -12,7 +12,7 @@ WRKSRC= ${WRKDIR}/bounce HAS_CONFIGURE= yes CONFIGURE_ARGS+= --prefix=${PREFIX} -ALL_TARGET= bounce +BUILD_TARGET= bounce post-install: strip ${PREFIX}/bin/bounce diff --git a/net/bpalogin/Makefile b/net/bpalogin/Makefile index 26e59225a54..cf33b3cc7e5 100644 --- a/net/bpalogin/Makefile +++ b/net/bpalogin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/07/28 10:38:04 rh Exp $ +# $NetBSD: Makefile,v 1.9 2004/12/03 15:15:05 wiz Exp $ # DISTNAME= bpalogin-2.0.2 @@ -11,7 +11,7 @@ HOMEPAGE= http://bpalogin.sourceforge.net/ COMMENT= BigPond Advance login client GNU_CONFIGURE= yes -ALL_TARGET= bpalogin +BUILD_TARGET= bpalogin USE_PKGINSTALL= yes CONF_FILES+= ${PREFIX}/share/examples/bpalogin/bpalogin.conf \ diff --git a/net/coda5_client/Makefile b/net/coda5_client/Makefile index 9e60f61f65a..be1552f0c04 100644 --- a/net/coda5_client/Makefile +++ b/net/coda5_client/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.40 2003/08/30 22:51:24 jlam Exp $ +# $NetBSD: Makefile,v 1.41 2004/12/03 15:15:05 wiz Exp $ PKGNAME= coda-client-${DIST_VERS} COMMENT= Client programs for a replicated high-performance network file system .include "../../net/coda5_server/Makefile.common" -ALL_TARGET= coda +BUILD_TARGET= coda INSTALL_TARGET= client-install USE_PKGINSTALL= yes diff --git a/net/coda5_server/Makefile b/net/coda5_server/Makefile index 49130979654..efc338dd17a 100644 --- a/net/coda5_server/Makefile +++ b/net/coda5_server/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2003/11/12 03:39:41 jschauma Exp $ +# $NetBSD: Makefile,v 1.41 2004/12/03 15:15:05 wiz Exp $ PKGNAME= coda-server-${DIST_VERS} PKGREVISION= 1 @@ -6,7 +6,7 @@ COMMENT= Server programs for a replicated high-performance network file system .include "Makefile.common" -ALL_TARGET= coda +BUILD_TARGET= coda INSTALL_TARGET= server-install USE_PKGINSTALL= yes diff --git a/net/djbdns/Makefile b/net/djbdns/Makefile index 71555209672..7ad45673e4b 100644 --- a/net/djbdns/Makefile +++ b/net/djbdns/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2004/09/01 20:33:01 schmonz Exp $ +# $NetBSD: Makefile,v 1.36 2004/12/03 15:15:05 wiz Exp $ # FreeBSD Id: ports/net/djbdns/Makefile,v 1.4 2000/09/28 18:18:41 nbm Exp # @@ -26,7 +26,7 @@ RESTRICTED= "modified source and binaries may not be distributed" NO_BIN_ON_CDROM= ${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} -ALL_TARGET= it +BUILD_TARGET= it INSTALL_TARGET= setup check EGDIR= ${PREFIX}/share/examples/djbdns diff --git a/net/driftnet/Makefile b/net/driftnet/Makefile index f3567ecae53..7f5d93cf96a 100644 --- a/net/driftnet/Makefile +++ b/net/driftnet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/10/03 00:17:50 tv Exp $ +# $NetBSD: Makefile,v 1.12 2004/12/03 15:15:05 wiz Exp $ # DISTNAME= driftnet-0.1.6 @@ -14,7 +14,7 @@ DEPENDS= mpg123-[0-9]*:../../audio/mpg123 USE_BUILDLINK3= YES -ALL_TARGET= default +BUILD_TARGET= default MAKE_ENV+= CAT="${CAT}" TRUE="${TRUE}" do-install: diff --git a/net/gated/Makefile b/net/gated/Makefile index 5a9bff86f71..6cf02eaf2f8 100644 --- a/net/gated/Makefile +++ b/net/gated/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2004/07/10 21:00:00 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2004/12/03 15:15:05 wiz Exp $ # FreeBSD Id: Makefile,v 1.17 1998/04/26 18:47:12 peter Exp # @@ -24,7 +24,7 @@ USE_PKGINSTALL= yes RCD_SCRIPTS= gated RCD_SCRIPT_SRC.gated= ${FILESDIR}/gated -ALL_TARGET= gated +BUILD_TARGET= gated post-extract: @${SED} -e 's#@PREFIX@#${PREFIX}#' <${FILESDIR}/configuration \ diff --git a/net/gethost/Makefile b/net/gethost/Makefile index 8dd2ca9d1f0..632a4c37aac 100644 --- a/net/gethost/Makefile +++ b/net/gethost/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/04/16 20:26:10 reed Exp $ +# $NetBSD: Makefile,v 1.5 2004/12/03 15:15:05 wiz Exp $ DISTNAME= gethost-0.03 CATEGORIES= net @@ -10,7 +10,7 @@ COMMENT= Hostname and IP resolver for testing /etc/hosts and nsswitch.conf PKG_INSTALLATION_TYPES= overwrite pkgviews INSTALLATION_DIRS= bin man/man1 -ALL_TARGET= gethost +BUILD_TARGET= gethost do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gethost ${PREFIX}/bin diff --git a/net/ipa/Makefile b/net/ipa/Makefile index 8856d45e6a4..c7160efc92f 100644 --- a/net/ipa/Makefile +++ b/net/ipa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2004/04/25 08:40:46 snj Exp $ +# $NetBSD: Makefile,v 1.16 2004/12/03 15:15:05 wiz Exp $ # DISTNAME= ipa-1.3.6 @@ -21,7 +21,7 @@ NO_PACKAGE= ${RESTRICTED} USE_BUILDLINK3= YES USE_PKGINSTALL= YES -ALL_TARGET= # empty +BUILD_TARGET= # empty CFLAGS+= -DCFGFILE=\\\"${PKG_SYSCONFDIR}/ipa.conf\\\" diff --git a/net/lambdamoo/Makefile b/net/lambdamoo/Makefile index 20d5abfb17e..ad97e1ad948 100644 --- a/net/lambdamoo/Makefile +++ b/net/lambdamoo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/01/28 07:13:55 jklos Exp $ +# $NetBSD: Makefile,v 1.13 2004/12/03 15:15:05 wiz Exp $ DISTNAME= LambdaMOO-1.8.1 PKGNAME= lambdamoo-1.8.1 @@ -29,7 +29,7 @@ _PKG_USER_SHELL= ${SH} FILES_SUBST+= LAMBDAMOO_HOME=${LAMBDAMOO_HOME} WRKSRC= ${WRKDIR}/MOO-1.8.1 -ALL_TARGET= +BUILD_TARGET= GNU_CONFIGURE= yes pre-build: diff --git a/net/nam/Makefile b/net/nam/Makefile index 169673d740a..c64dd3fc34b 100644 --- a/net/nam/Makefile +++ b/net/nam/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/10/03 00:17:55 tv Exp $ +# $NetBSD: Makefile,v 1.15 2004/12/03 15:15:05 wiz Exp $ DISTNAME= nam-src-1.10 PKGNAME= ${DISTNAME:S/-src//} @@ -17,7 +17,7 @@ USE_BUILDLINK3= yes USE_LANGUAGES= c c++ GNU_CONFIGURE= yes USE_X11= yes -ALL_TARGET= +BUILD_TARGET= CONFIGURE_ARGS+= --with-tcl=${BUILDLINK_PREFIX.tcl} CONFIGURE_ARGS+= --with-tk=${BUILDLINK_PREFIX.tk} diff --git a/net/nbtscan/Makefile b/net/nbtscan/Makefile index ec95cc15df3..5fccc01f9ee 100644 --- a/net/nbtscan/Makefile +++ b/net/nbtscan/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/08/07 09:10:01 cube Exp $ +# $NetBSD: Makefile,v 1.9 2004/12/03 15:15:05 wiz Exp $ # DISTNAME= nbtscan-1.5.1 @@ -12,7 +12,7 @@ COMMENT= NetBIOS name network scanner GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${DISTNAME}a -ALL_TARGET= nbtscan +BUILD_TARGET= nbtscan do-install: ${INSTALL_PROGRAM} ${WRKSRC}/nbtscan ${PREFIX}/bin diff --git a/net/netcat/Makefile b/net/netcat/Makefile index 501c797f08f..d01539eb8fd 100644 --- a/net/netcat/Makefile +++ b/net/netcat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2004/10/26 04:47:05 xtraeme Exp $ +# $NetBSD: Makefile,v 1.20 2004/12/03 15:15:05 wiz Exp $ DISTNAME= nc110 PKGNAME= netcat-1.10 @@ -28,7 +28,7 @@ NC_TARGET.${OPSYS}?= ${LOWER_OPSYS} NC_TARGET.IRIX= irix NC_TARGET.Interix= netbsd NC_TARGET.OpenBSD= netbsd -ALL_TARGET= ${NC_TARGET.${OPSYS}} +BUILD_TARGET= ${NC_TARGET.${OPSYS}} EXTRA_PROGS= data rservice xor EXAMPLE_DIR= share/examples/nc diff --git a/net/netname/Makefile b/net/netname/Makefile index f5d1bfb8e67..fa38a597f68 100644 --- a/net/netname/Makefile +++ b/net/netname/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/11/25 05:01:21 kim Exp $ +# $NetBSD: Makefile,v 1.7 2004/12/03 15:15:06 wiz Exp $ # DISTNAME= netname-1.7 @@ -11,9 +11,9 @@ COMMENT= Return the canonical network name of a host .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "SunOS" -ALL_TARGET= svr4 +BUILD_TARGET= svr4 .else -ALL_TARGET= netname +BUILD_TARGET= netname .endif INSTALL_TARGET= inst-all diff --git a/net/netsaint-plugin-snmp/Makefile b/net/netsaint-plugin-snmp/Makefile index f1a6181db93..ffbf2d80580 100644 --- a/net/netsaint-plugin-snmp/Makefile +++ b/net/netsaint-plugin-snmp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/09/09 22:29:35 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2004/12/03 15:15:06 wiz Exp $ # DISTNAME= netsaint-plugins-1.2.9-4 @@ -16,15 +16,15 @@ DEPENDS+= net-snmp>=5.0.9:../../net/net-snmp .include "../../net/netsaint-base/Makefile.common" -ALL_TARGET= check_snmp check_hpjd +BUILD_TARGET= check_snmp check_hpjd do-build: cd ${WRKSRC}/plugins && \ ${SETENV} ${MAKE_ENV} \ - ${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKEFILE} ${ALL_TARGET} + ${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKEFILE} ${BUILD_TARGET} do-install: - for PROG in ${ALL_TARGET}; do \ + for PROG in ${BUILD_TARGET}; do \ ${INSTALL_PROGRAM} ${WRKSRC}/plugins/$${PROG} \ ${PREFIX}/libexec/netsaint; \ done diff --git a/net/ngrep/Makefile b/net/ngrep/Makefile index 8cd4ff1691f..a22b9027d08 100644 --- a/net/ngrep/Makefile +++ b/net/ngrep/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2004/07/05 21:42:46 hubertf Exp $ +# $NetBSD: Makefile,v 1.19 2004/12/03 15:15:06 wiz Exp $ # DISTNAME= ngrep-1.42 @@ -16,7 +16,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-pcre # ngrep's configure use --includedir/$includedir in a weird way! CONFIGURE_ARGS+= --includedir=${BUILDLINK_PREFIX.libpcap}/include -ALL_TARGET= ngrep +BUILD_TARGET= ngrep .include "../../mk/bsd.prefs.mk" diff --git a/net/nprobe/Makefile b/net/nprobe/Makefile index ec1a662c299..fee4ddba114 100644 --- a/net/nprobe/Makefile +++ b/net/nprobe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/04/27 04:30:54 snj Exp $ +# $NetBSD: Makefile,v 1.13 2004/12/03 15:15:06 wiz Exp $ DISTNAME= nProbe-source-1.3.1 PKGREVISION= 2 @@ -15,7 +15,7 @@ WRKSRC= ${WRKDIR}/nProbe GNU_CONFIGURE= YES USE_BUILDLINK3= YES USE_GNU_TOOLS+= make -ALL_TARGET= nprobe +BUILD_TARGET= nprobe INTERACTIVE_STAGE= fetch diff --git a/net/nslint/Makefile b/net/nslint/Makefile index 4c1fa805666..aa222771378 100644 --- a/net/nslint/Makefile +++ b/net/nslint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/06/07 11:53:04 rh Exp $ +# $NetBSD: Makefile,v 1.2 2004/12/03 15:15:06 wiz Exp $ # DISTNAME= nslint-2.0.2 @@ -10,7 +10,7 @@ HOMEPAGE= http://ee.lbl.gov/ftp.html COMMENT= Perform consistency checks on DNS zone files GNU_CONFIGURE= YES -ALL_TARGET= nslint +BUILD_TARGET= nslint INSTALL_TARGET= install install-man .include "../../mk/bsd.pkg.mk" diff --git a/net/openh323/Makefile b/net/openh323/Makefile index 1ec1009489e..7235dd0c6aa 100644 --- a/net/openh323/Makefile +++ b/net/openh323/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2004/12/01 13:12:47 adam Exp $ +# $NetBSD: Makefile,v 1.28 2004/12/03 15:15:06 wiz Exp $ DISTNAME= openh323-v1_15_2-src PKGNAME= openh323-1.15.2 @@ -18,7 +18,7 @@ USE_PKGINSTALL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= PWLIBDIR=${PREFIX} -ALL_TARGET= opt apps +BUILD_TARGET= opt apps MAKE_ENV+= PWLIBDIR=${PREFIX}/share/pwlib OPENH323DIR=${WRKSRC} MAKE_ENV+= SYSLIBDIR=${PREFIX}/lib diff --git a/net/publicfile/Makefile b/net/publicfile/Makefile index 6fba7f61c43..81ce30fd666 100644 --- a/net/publicfile/Makefile +++ b/net/publicfile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/07/21 17:11:09 martti Exp $ +# $NetBSD: Makefile,v 1.7 2004/12/03 15:15:06 wiz Exp $ # DISTNAME= publicfile-0.52 @@ -12,7 +12,7 @@ COMMENT= Secure read-only HTTP and FTP servers DEPENDS+= daemontools-[0-9]*:../../sysutils/daemontools DEPENDS+= ucspi-tcp-[0-9]*:../../net/ucspi-tcp -ALL_TARGET= it +BUILD_TARGET= it INSTALL_TARGET= setup check RESTRICTED= "unsure of djb's license" diff --git a/net/ra-pna-proxy/Makefile b/net/ra-pna-proxy/Makefile index e3a8dad645a..026a37654ed 100644 --- a/net/ra-pna-proxy/Makefile +++ b/net/ra-pna-proxy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/11/03 10:46:31 grant Exp $ +# $NetBSD: Makefile,v 1.15 2004/12/03 15:15:06 wiz Exp $ DISTNAME= raproxy3.0b1 PKGNAME= ra-pna-proxy-3.0b1 @@ -17,7 +17,7 @@ NO_BIN_ON_FTP= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} WRKSRC= ${WRKDIR}/raproxy -ALL_TARGET= raproxy +BUILD_TARGET= raproxy PROGNAME= ${PKGNAME:C/-[1-9].*//} LIBS.SunOS+= -lnsl -lsocket diff --git a/net/rinetd/Makefile b/net/rinetd/Makefile index df09d62c3ed..d58b9ee53cb 100644 --- a/net/rinetd/Makefile +++ b/net/rinetd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/01/20 12:22:21 agc Exp $ +# $NetBSD: Makefile,v 1.3 2004/12/03 15:15:06 wiz Exp $ # DISTNAME= rinetd @@ -13,7 +13,7 @@ COMMENT= Internet redirection server WRKSRC= ${WRKDIR}/${PKGNAME:S|nb*||} NO_CONFIGURE= # defined USE_PKGINSTALL= yes -ALL_TARGET= rinetd +BUILD_TARGET= rinetd CPPFLAGS+= -DRINETD_CONF='\"${PKG_SYSCONFDIR}/rinetd.conf\"' diff --git a/net/sdist/Makefile b/net/sdist/Makefile index a770282f810..c9facae395c 100644 --- a/net/sdist/Makefile +++ b/net/sdist/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2003/07/21 17:11:14 martti Exp $ +# $NetBSD: Makefile,v 1.10 2004/12/03 15:15:06 wiz Exp $ # DISTNAME= sdist-1.6 @@ -18,7 +18,7 @@ DEPENDS+= srsh-[0-9]*:../../net/srsh SDIST_PAWD?= pwd NO_CONFIGURE= yes -ALL_TARGET= all PREFIX=${PREFIX} PAWD=${SDIST_PAWD} +BUILD_TARGET= all PREFIX=${PREFIX} PAWD=${SDIST_PAWD} INSTALL_TARGET= install PREFIX=${PREFIX} .include "../../mk/bsd.pkg.mk" diff --git a/net/sniffit/Makefile b/net/sniffit/Makefile index 79a6bd19591..e36a6f2a826 100644 --- a/net/sniffit/Makefile +++ b/net/sniffit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2004/10/03 00:17:58 tv Exp $ +# $NetBSD: Makefile,v 1.27 2004/12/03 15:15:06 wiz Exp $ # DISTNAME= sniffit.0.3.5 @@ -15,7 +15,7 @@ NOT_FOR_PLATFORM= *-*-alpha # severe LP64 loss GNU_CONFIGURE= YES USE_BUILDLINK3= YES -ALL_TARGET= +BUILD_TARGET= do-install: ${INSTALL_PROGRAM} ${WRKSRC}/sniffit ${PREFIX}/sbin/sniffit diff --git a/net/srsh/Makefile b/net/srsh/Makefile index 0e50b3c1668..70f7088c210 100644 --- a/net/srsh/Makefile +++ b/net/srsh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/05/31 22:13:16 kristerw Exp $ +# $NetBSD: Makefile,v 1.10 2004/12/03 15:15:06 wiz Exp $ # DISTNAME= srsh-1.2 @@ -13,7 +13,7 @@ DEPENDS+= {ssh{,6}-[0-9]*,openssh-[0-9]*}:../../security/openssh .endif NO_CONFIGURE= yes -ALL_TARGET= all PREFIX=${PREFIX} +BUILD_TARGET= all PREFIX=${PREFIX} INSTALL_TARGET= install PREFIX=${PREFIX} .include "../../mk/bsd.pkg.mk" diff --git a/net/ssync/Makefile b/net/ssync/Makefile index 0d04035c0e4..7267d730a31 100644 --- a/net/ssync/Makefile +++ b/net/ssync/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/07/21 17:11:19 martti Exp $ +# $NetBSD: Makefile,v 1.8 2004/12/03 15:15:06 wiz Exp $ # DISTNAME= ssync-1.6 @@ -18,7 +18,7 @@ DEPENDS+= srsh-[0-9]*:../../net/srsh SSYNC_PAWD?= pwd NO_CONFIGURE= yes -ALL_TARGET= all PREFIX=${PREFIX} PAWD=${SSYNC_PAWD} +BUILD_TARGET= all PREFIX=${PREFIX} PAWD=${SSYNC_PAWD} INSTALL_TARGET= install PREFIX=${PREFIX} .include "../../mk/bsd.pkg.mk" diff --git a/net/stripes/Makefile b/net/stripes/Makefile index fbb291c7bce..0f6d5b6e1ec 100644 --- a/net/stripes/Makefile +++ b/net/stripes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2003/09/10 12:52:19 seb Exp $ +# $NetBSD: Makefile,v 1.9 2004/12/03 15:15:06 wiz Exp $ # DISTNAME= stripes-2.1 @@ -15,7 +15,7 @@ DEPENDS+= p5-Net-Telnet>=3.02:../../net/p5-Net-Telnet USE_PERL5= # defined PKG_SYSCONFSUBDIR?= httpd -ALL_TARGET= all +BUILD_TARGET= all MAKE_FLAGS+= DEST=${PREFIX} PERL=${PERL5} \ CONFIGFILE=${PKG_SYSCONFDIR}/lg.conf REPLACE_PERL= lg.pl diff --git a/net/tacacs/Makefile b/net/tacacs/Makefile index 5e1a5eba100..695191a8617 100644 --- a/net/tacacs/Makefile +++ b/net/tacacs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/07/17 22:51:53 grant Exp $ +# $NetBSD: Makefile,v 1.5 2004/12/03 15:15:06 wiz Exp $ # DISTNAME= tac_plus.F4.0.4.alpha @@ -11,7 +11,7 @@ MAINTAINER= rh@NetBSD.org HOMEPAGE= http://www.gazi.edu.tr/~devrim/tacacs/ COMMENT= Cisco authentication, authorization, and accounting protocol daemon -ALL_TARGET= tac_plus +BUILD_TARGET= tac_plus .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "SunOS" diff --git a/net/tcptrace/Makefile b/net/tcptrace/Makefile index a01f5829dcd..6e440b37ac8 100644 --- a/net/tcptrace/Makefile +++ b/net/tcptrace/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2004/10/03 00:18:00 tv Exp $ +# $NetBSD: Makefile,v 1.26 2004/12/03 15:15:06 wiz Exp $ # DISTNAME= tcptrace-6.6.1 @@ -13,7 +13,7 @@ COMMENT= TCP dump file analysis tool GNU_CONFIGURE= yes USE_BUILDLINK3= yes -ALL_TARGET= tcptrace +BUILD_TARGET= tcptrace DOCFILES= COPYRIGHT FAQ README README.tput_graphs diff --git a/net/tcptraceroute/Makefile b/net/tcptraceroute/Makefile index 3fe281de003..858ad782395 100644 --- a/net/tcptraceroute/Makefile +++ b/net/tcptraceroute/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/10/03 00:18:00 tv Exp $ +# $NetBSD: Makefile,v 1.6 2004/12/03 15:15:06 wiz Exp $ # DISTNAME= tcptraceroute-1.4 @@ -12,7 +12,7 @@ COMMENT= Traceroute implementation using TCP packets USE_BUILDLINK3= YES -ALL_TARGET= tcptraceroute +BUILD_TARGET= tcptraceroute DOCDIR= ${PREFIX}/share/doc/tcptraceroute BINMODE= 4711 diff --git a/net/tightvnc/Makefile b/net/tightvnc/Makefile index 80aadbfaf8d..6df5848cd35 100644 --- a/net/tightvnc/Makefile +++ b/net/tightvnc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/10/03 00:18:00 tv Exp $ +# $NetBSD: Makefile,v 1.14 2004/12/03 15:15:06 wiz Exp $ # DISTNAME= tightvnc-1.2.9 @@ -22,7 +22,7 @@ USE_PERL5= yes USE_GNU_TOOLS+= make -ALL_TARGET= World +BUILD_TARGET= World # We have to frob a few things, and we want our own permissions, so it's easier # to do the install ourselves. diff --git a/net/trafshow/Makefile b/net/trafshow/Makefile index cb7ec5812d4..9183eb62c19 100644 --- a/net/trafshow/Makefile +++ b/net/trafshow/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2004/10/03 00:18:00 tv Exp $ +# $NetBSD: Makefile,v 1.18 2004/12/03 15:15:06 wiz Exp $ DISTNAME= trafshow-4.0 PKGREVISION= 1 @@ -10,7 +10,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://soft.risp.ru/trafshow/index.shtml COMMENT= Full screen visualization of the network traffic -ALL_TARGET= trafshow +BUILD_TARGET= trafshow GNU_CONFIGURE= yes USE_BUILDLINK3= yes diff --git a/net/tspc/Makefile b/net/tspc/Makefile index d1d5cb604a9..7bdb54c1661 100644 --- a/net/tspc/Makefile +++ b/net/tspc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/10/02 05:38:14 jonb Exp $ +# $NetBSD: Makefile,v 1.7 2004/12/03 15:15:06 wiz Exp $ # DISTNAME= freenet6-client-1.0 @@ -23,7 +23,7 @@ TARGET= ${LOWER_OPSYS}8 TARGET= ${LOWER_OPSYS} .endif -ALL_TARGET= all target="${TARGET}" +BUILD_TARGET= all target="${TARGET}" INSTALL_TARGET= ${ALL_TARGET} DOWNLOAD= http://www.freenet6.net/cgi-bin/download.cgi?fn=${DISTNAME}${EXTRACT_SUFX} diff --git a/net/ucspi-tcp/Makefile b/net/ucspi-tcp/Makefile index 7b1b7aa6d1b..236c0460612 100644 --- a/net/ucspi-tcp/Makefile +++ b/net/ucspi-tcp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2004/07/26 19:16:53 schmonz Exp $ +# $NetBSD: Makefile,v 1.20 2004/12/03 15:15:06 wiz Exp $ # FreeBSD Id: ports/sysutils/ucspi-tcp/Makefile,v 1.12 2000/07/10 01:41:24 steve Exp DISTNAME= ucspi-tcp-0.88 @@ -21,7 +21,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_BUILDLINK3= yes -ALL_TARGET= it +BUILD_TARGET= it INSTALL_TARGET= setup check .if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32" diff --git a/net/upclient/Makefile b/net/upclient/Makefile index 40235ede945..85491a6eee4 100644 --- a/net/upclient/Makefile +++ b/net/upclient/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2004/04/18 07:17:27 snj Exp $ +# $NetBSD: Makefile,v 1.17 2004/12/03 15:15:06 wiz Exp $ # DISTNAME= upclient-4.2.1.23 @@ -13,7 +13,7 @@ COMMENT= Keeps track of your server uptime, and compares it to other hosts USE_BUILDLINK3= YES USE_PKGINSTALL= YES -ALL_TARGET= bsd +BUILD_TARGET= bsd EGDIR= ${PREFIX}/share/examples/upclient CONF_FILES= ${EGDIR}/upclient.conf ${PKG_SYSCONFDIR}/upclient.conf diff --git a/net/vnc/Makefile b/net/vnc/Makefile index d120dbad02c..cd5c7708617 100644 --- a/net/vnc/Makefile +++ b/net/vnc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2004/11/27 00:58:21 abs Exp $ +# $NetBSD: Makefile,v 1.33 2004/12/03 15:15:07 wiz Exp $ # FreeBSD Id: Makefile,v 1.2 1998/03/19 01:54:59 msmith Exp # @@ -27,7 +27,7 @@ USE_IMAKE= yes USE_PERL5= yes BUILD_DEFS+= USE_INET6 -ALL_TARGET= World +BUILD_TARGET= World MAKE_ENV+= CC=${CC:Q} #for make imake in Xvnc/config/imake diff --git a/net/vpnc/Makefile b/net/vpnc/Makefile index b0869755a25..f69fdd55127 100644 --- a/net/vpnc/Makefile +++ b/net/vpnc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/11/26 23:03:54 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 2004/12/03 15:15:07 wiz Exp $ # DISTNAME= vpnc-0.3.2 @@ -11,7 +11,7 @@ COMMENT= Client for Cisco3000 VPN Concentrator USE_BUILDLINK3= yes USE_GNU_TOOLS+= make -ALL_TARGET= vpnc +BUILD_TARGET= vpnc do-install: ${INSTALL_PROGRAM} ${WRKSRC}/vpnc ${PREFIX}/bin diff --git a/net/vsftpd/Makefile b/net/vsftpd/Makefile index 195cd5811b2..56d9ac8d21c 100644 --- a/net/vsftpd/Makefile +++ b/net/vsftpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/11/11 13:48:43 xtraeme Exp $ +# $NetBSD: Makefile,v 1.11 2004/12/03 15:15:07 wiz Exp $ # DISTNAME= vsftpd-1.2.2 @@ -15,7 +15,7 @@ USE_PKGINSTALL= YES PKG_SYSCONFSUBDIR= vsftpd -ALL_TARGET= vsftpd +BUILD_TARGET= vsftpd RCD_SCRIPTS= vsftpd VSFTPD_USER?= vsftpd diff --git a/net/vtun/Makefile b/net/vtun/Makefile index f8882277c7d..633e171e59b 100644 --- a/net/vtun/Makefile +++ b/net/vtun/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2004/10/03 00:18:01 tv Exp $ +# $NetBSD: Makefile,v 1.30 2004/12/03 15:15:07 wiz Exp $ DISTNAME= vtun-2.6 PKGREVISION= 6 @@ -26,7 +26,7 @@ CONFIGURE_ARGS+= --with-ssl-headers=${SSLBASE}/include/openssl CONFIGURE_ARGS+= --with-ssl-lib=${SSLBASE}/lib CONFIGURE_ARGS+= --with-lzo-headers=${BUILDLINK_PREFIX.liblzo}/include CONFIGURE_ARGS+= --with-lzo-lib=${BUILDLINK_PREFIX.liblzo}/lib -ALL_TARGET= vtund +BUILD_TARGET= vtund DOCDIR= ${PREFIX}/share/doc/vtun EGDIR= ${PREFIX}/share/examples/vtun diff --git a/net/ywho/Makefile b/net/ywho/Makefile index c9a55b25e6d..c56d36cca66 100644 --- a/net/ywho/Makefile +++ b/net/ywho/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/07/24 23:56:29 grant Exp $ +# $NetBSD: Makefile,v 1.7 2004/12/03 15:15:07 wiz Exp $ # DISTNAME= ywho-1.3 @@ -10,7 +10,7 @@ COMMENT= Who, users, uptime on clients in a sun-RPC network USE_BUILDLINK3= yes NO_CONFIGURE= yes -ALL_TARGET= all DEST=${PREFIX} +BUILD_TARGET= all DEST=${PREFIX} INSTALL_TARGET= install install.man DEST=${PREFIX} .include "../../mk/bsd.pkg.mk" |