diff options
-rw-r--r-- | editors/xemacs20/Makefile | 7 | ||||
-rw-r--r-- | mail/Makefile | 3 | ||||
-rw-r--r-- | mbone/vat/Makefile | 4 | ||||
-rw-r--r-- | misc/git/Makefile | 3 | ||||
-rw-r--r-- | misc/rpm/Makefile | 3 | ||||
-rw-r--r-- | mk/bsd.pkg.mk | 4 |
6 files changed, 11 insertions, 13 deletions
diff --git a/editors/xemacs20/Makefile b/editors/xemacs20/Makefile index 17a3ebab613..a07e8523d7b 100644 --- a/editors/xemacs20/Makefile +++ b/editors/xemacs20/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 1998/04/22 14:22:41 agc Exp $ +# $NetBSD: Makefile,v 1.22 1998/05/23 15:42:58 tv Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1997/09/03 19:27:57 gj Exp # @@ -28,7 +28,7 @@ DEPENDS+= jpeg-6a:../../graphics/jpeg DEPENDS+= Xaw3d-1.3:../../x11/Xaw3d DEPENDS+= png-0.96:../../graphics/png -HAS_CONFIGURE= yes +GNU_CONFIGURE= yes WITH_DIALOGS= --with-dialogs=athena3d @@ -37,8 +37,7 @@ WITH_MULE= --with-mule DISTFILES+= xemacs-20.3-mule.tar.gz .endif -CONFIGURE_ARGS+= ${ARCH}--`echo ${OPSYS}|tr [A-Z] [a-z]` --prefix=${PREFIX} \ - --site-includes=${PREFIX}/include \ +CONFIGURE_ARGS+=--site-includes=${PREFIX}/include \ ${WITH_SOUND} \ --site-libraries=${PREFIX}/lib \ --sitelispdir="${PREFIX}/lib/xemacs/site-lisp ${PREFIX}/share/xemacs/site-lisp" \ diff --git a/mail/Makefile b/mail/Makefile index eaabe45c7e6..8ccf881a3d4 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 1998/04/15 10:38:30 agc Exp $ +# $NetBSD: Makefile,v 1.12 1998/05/23 15:42:58 tv Exp $ # FreeBSD Id: Makefile,v 1.45 1997/08/13 18:35:22 andreas Exp # @@ -22,6 +22,7 @@ # SUBDIR += p5-Mail-Folder # SUBDIR += p5-Mail-POP3Client # SUBDIR += p5-Mail-Tools + SUBDIR += petidomo # SUBDIR += pgpsendmail SUBDIR += pine # SUBDIR += popclient diff --git a/mbone/vat/Makefile b/mbone/vat/Makefile index 7f3180aec0c..e3b9928cef7 100644 --- a/mbone/vat/Makefile +++ b/mbone/vat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 1998/05/09 15:24:43 frueauf Exp $ +# $NetBSD: Makefile,v 1.13 1998/05/23 15:42:59 tv Exp $ # FreeBSD Id: Makefile,v 1.4 1997/09/11 03:54:43 fenner Exp # @@ -20,7 +20,7 @@ GSM_DIR= ${PKGSRCDIR}/audio/gsm GSM_WORK= ${GSM_DIR}/${WRKDIR:T}/gsm-1.0-pl10 GNU_CONFIGURE= yes -CONFIGURE_ARGS+= ${MACHINE_ARCH}--netbsd --with-gsm=${GSM_WORK} +CONFIGURE_ARGS+= --with-gsm=${GSM_WORK} INSTALL_TARGET= install install-man MAN1= vat.1 diff --git a/misc/git/Makefile b/misc/git/Makefile index df048fe54d3..a7ae41b2fd8 100644 --- a/misc/git/Makefile +++ b/misc/git/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1998/04/22 11:05:03 agc Exp $ +# $NetBSD: Makefile,v 1.11 1998/05/23 15:42:59 tv Exp $ # FreeBSD Id: Makefile,v 1.8 1996/11/21 11:54:39 asami Exp # @@ -9,7 +9,6 @@ MASTER_SITES= ${MASTER_SITE_GNU} MAINTAINER= packages@netbsd.org GNU_CONFIGURE= YES -CONFIGURE_ARGS+= ${MACHINE_ARCH}--netbsd MAN1= git.1 gitaction.1 gitkeys.1 gitmount.1 gitps.1 gitrgrep.1 \ gitunpack.1 gitview.1 INFO_FILES= git.info diff --git a/misc/rpm/Makefile b/misc/rpm/Makefile index f0a506ea7ba..3471cbf32bc 100644 --- a/misc/rpm/Makefile +++ b/misc/rpm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1998/04/24 09:20:36 agc Exp $ +# $NetBSD: Makefile,v 1.11 1998/05/23 15:42:59 tv Exp $ # DISTNAME= rpm-2.4.12 @@ -11,7 +11,6 @@ MAINTAINER= mycroft@NetBSD.ORG BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:../../databases/gdbm GNU_CONFIGURE= yes -CONFIGURE_ARGS+=${MACHINE_ARCH}--netbsd USE_GMAKE= yes MAN8= rpm.8 rpm2cpio.8 diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index 5ee57a56eeb..c4ec623d1e2 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,7 +1,7 @@ #-*- mode: Fundamental; tab-width: 4; -*- # ex:ts=4 # -# $NetBSD: bsd.pkg.mk,v 1.84 1998/05/22 17:35:42 tv Exp $ +# $NetBSD: bsd.pkg.mk,v 1.85 1998/05/23 15:42:59 tv Exp $ # # This file is derived from bsd.port.mk - 940820 Jordan K. Hubbard. # This file is in the public domain. @@ -819,7 +819,7 @@ CONFIGURE_SCRIPT?= configure CONFIGURE_ENV+= PATH=${PATH}:${LOCALBASE}/bin:${X11BASE}/bin .if defined(GNU_CONFIGURE) -CONFIGURE_ARGS+= --host=${MACHINE_GNU_ARCH}-netbsd --prefix=${PREFIX} +CONFIGURE_ARGS+= --host=${MACHINE_GNU_ARCH}--netbsd --prefix=${PREFIX} HAS_CONFIGURE= yes .endif |