From a7118227134eb03084dc5b2b03d5db8929d4a04f Mon Sep 17 00:00:00 2001 From: itojun Date: Tue, 31 Oct 2000 11:56:54 +0000 Subject: because of addition of --with-included-gettext (revision 1.15), "if SunOS" clause does not hold any more. --- devel/gettext/Makefile | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'devel/gettext/Makefile') diff --git a/devel/gettext/Makefile b/devel/gettext/Makefile index 559fc215aae..9bbadfa3fff 100644 --- a/devel/gettext/Makefile +++ b/devel/gettext/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2000/09/19 21:01:42 tron Exp $ +# $NetBSD: Makefile,v 1.16 2000/10/31 11:56:54 itojun Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1998/08/09 15:13:33 kuriyama Exp # @@ -16,18 +16,4 @@ CONFIGURE_ARGS+= --with-included-gettext INFO_FILES= gettext.info -.include "../../mk/bsd.prefs.mk" - -# The install target in intl/Makefile has a comment whereby libintl.a -# and libintl.h should not be installed on systems which have gettext() -# function in their libc - -.if ${OPSYS} == "SunOS" -PLIST_SRC= ${WRKDIR}/PLIST-src - -pre-install: - @${SED} -e '/^include\/libintl\.h$$/d' -e '/^lib\/libintl\.a$$/d' \ - ${PKGDIR}/PLIST > ${PLIST_SRC} -.endif # SunOS - .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3