diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2008-08-21 06:18:49 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2008-08-21 06:18:49 +0000 |
commit | 741aa714833b9bb1e9afaaf5124d3f5c60b5e49c (patch) | |
tree | e9b79b363f2fc4a63535a25c71491fa49a79b556 /news | |
parent | e6b2e4b3537ce43e377d2f4fe0ac46b6ab8c4395 (diff) |
Notes
Diffstat (limited to 'news')
-rw-r--r-- | news/fidogate-ds/Makefile | 1 | ||||
-rw-r--r-- | news/leafnode/Makefile | 1 | ||||
-rw-r--r-- | news/multisuck/Makefile | 1 | ||||
-rw-r--r-- | news/newsfish/Makefile | 1 | ||||
-rw-r--r-- | news/nget/Makefile | 1 | ||||
-rw-r--r-- | news/noffle/Makefile | 1 | ||||
-rw-r--r-- | news/yencode/Makefile | 1 | ||||
-rw-r--r-- | news/yydecode/Makefile | 1 |
8 files changed, 0 insertions, 8 deletions
diff --git a/news/fidogate-ds/Makefile b/news/fidogate-ds/Makefile index 4ef64745b26e..3110306d1be2 100644 --- a/news/fidogate-ds/Makefile +++ b/news/fidogate-ds/Makefile @@ -79,7 +79,6 @@ CONFIGURE_ARGS+= --libexec=${PREFIX}/libexec/fidogate \ --with-vardir=${VARDIR} \ --with-spooldir=${SPOOLDIR} \ --with-btbasedir=${BTBASEDIR} -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} DOCS= doc/README.ru doc/README doc/FAQ.ru doc/FIDOGATE+tracker.ru \ ChangeLog Changes.ru doc/old/FAQ_fidogate doc/FAQ_Config.ru \ diff --git a/news/leafnode/Makefile b/news/leafnode/Makefile index da943d7e68ae..26bd0790b676 100644 --- a/news/leafnode/Makefile +++ b/news/leafnode/Makefile @@ -39,7 +39,6 @@ PLIST_SUB= SPOOLDIR=${LEAFNODE_SPOOLDIR} CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/leafnode \ --with-spooldir=${LEAFNODE_SPOOLDIR} --with-ipv6 \ --exec-prefix=${PREFIX} -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} SUB_FILES= pkg-message pkg-install SUB_LIST= SPOOLDIR=${LEAFNODE_SPOOLDIR} diff --git a/news/multisuck/Makefile b/news/multisuck/Makefile index 240093b34b5b..5c7ef7d6b3ec 100644 --- a/news/multisuck/Makefile +++ b/news/multisuck/Makefile @@ -16,7 +16,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Multi-server/conn news suck GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/msuck ${PREFIX}/bin diff --git a/news/newsfish/Makefile b/news/newsfish/Makefile index 785d94ef199a..9e281eec05a0 100644 --- a/news/newsfish/Makefile +++ b/news/newsfish/Makefile @@ -15,7 +15,6 @@ COMMENT= Batch USENET news reader with filter capabilities USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= newsfish.1 PLIST_FILES= bin/newsfish diff --git a/news/nget/Makefile b/news/nget/Makefile index b02b669f2e47..256160fafca8 100644 --- a/news/nget/Makefile +++ b/news/nget/Makefile @@ -19,7 +19,6 @@ COMMENT= Auto-resuming command line nntp file grabber MAN1= nget.1 ngetlite.1 MANCOMPRESSED= no USE_AUTOTOOLS= autoconf:262 -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes post-extract: diff --git a/news/noffle/Makefile b/news/noffle/Makefile index 34cbdeb55713..7ed1457fd3d9 100644 --- a/news/noffle/Makefile +++ b/news/noffle/Makefile @@ -22,7 +22,6 @@ CONFIGURE_ARGS+=--with-configfile=${LOCALBASE}/etc/noffle.conf \ --with-usersfile=${LOCALBASE}/etc/noffle.users CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} SPOOL_DIR= /var/spool/noffle PLIST_SUB+= SPOOL_DIR=${SPOOL_DIR} diff --git a/news/yencode/Makefile b/news/yencode/Makefile index dc7c0f15e916..6a5b4004b827 100644 --- a/news/yencode/Makefile +++ b/news/yencode/Makefile @@ -18,7 +18,6 @@ COMMENT= A free (GPL) encoder and decoder for the yEnc Usenet file format USE_GETTEXT= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" MAN1= ydecode.1 yencode.1 ypost.1 diff --git a/news/yydecode/Makefile b/news/yydecode/Makefile index 3a24de84420c..3cbf9525eace 100644 --- a/news/yydecode/Makefile +++ b/news/yydecode/Makefile @@ -17,7 +17,6 @@ COMMENT= Tool to decode yEnc encoded files MAN1= yydecode.1 USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} PLIST_FILES= bin/yydecode |