diff options
-rw-r--r-- | comms/fidogate/Makefile | 4 | ||||
-rw-r--r-- | converters/uudeview/Makefile | 4 | ||||
-rw-r--r-- | mail/mutt/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/comms/fidogate/Makefile b/comms/fidogate/Makefile index 6133acbb1df..4714bf45211 100644 --- a/comms/fidogate/Makefile +++ b/comms/fidogate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2002/02/18 15:14:03 seb Exp $ +# $NetBSD: Makefile,v 1.18 2002/03/23 17:47:46 yyamano Exp $ # DISTNAME= fidogate-4.4.4 @@ -13,7 +13,7 @@ USE_BUILDLINK_ONLY= yes USE_GMAKE= yes INFO_FILES= fidogate.info -MAKE_ENV= DEBUG="${CFLAGS} -Werror" CC="${CC} ${STRIPFLAG}" +MAKE_ENV= DEBUG="${CFLAGS} -Werror" CC="${CC} ${_STRIPFLAG_CC}" post-extract: @${CP} ${WRKSRC}/examples/orodruin/fidogate.conf ${WRKSRC}/ diff --git a/converters/uudeview/Makefile b/converters/uudeview/Makefile index 41f1e0b0a3b..b14ede64c5c 100644 --- a/converters/uudeview/Makefile +++ b/converters/uudeview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2001/08/20 02:18:56 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2002/03/23 17:45:50 yyamano Exp $ # DISTNAME= uudeview-0.5.15 @@ -12,7 +12,7 @@ COMMENT= Program for uu/xx/Base64/BinHex de-/encoding USE_BUILDLINK_ONLY= # defined GNU_CONFIGURE= # defined CONFIGURE_ARGS+= --enable-inews=inews --disable-tcl -LDFLAGS+= ${STRIPFLAG} +LDFLAGS+= ${_STRIPFLAG_CC} .include "../../converters/uulib/buildlink.mk" .include "../../mk/bsd.pkg.mk" diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 8272b8c9ea7..43ac4b48fbf 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.77 2002/01/30 23:05:46 jlam Exp $ +# $NetBSD: Makefile,v 1.78 2002/03/23 17:50:18 yyamano Exp $ DISTNAME= mutt-1.2.5.1 CATEGORIES= mail @@ -23,7 +23,7 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} \ --enable-pop --enable-imap CONFIGURE_ARGS+= --with-curses=${BUILDLINK_DIR} -LDFLAGS+= ${STRIPFLAG} +LDFLAGS+= ${_STRIPFLAG_CC} WRKSRC= ${WRKDIR}/${DISTNAME:C/i$$//} .include "../../mk/bsd.prefs.mk" |