summaryrefslogtreecommitdiff
path: root/devel/gettext
diff options
context:
space:
mode:
authoritojun <itojun@pkgsrc.org>2000-10-31 11:56:54 +0000
committeritojun <itojun@pkgsrc.org>2000-10-31 11:56:54 +0000
commita7118227134eb03084dc5b2b03d5db8929d4a04f (patch)
tree129bdb44b03bbb3ce3db4fa0e03aba9f79466035 /devel/gettext
parent5d61e51685be4f54f6a008ba8b7c972f99865bac (diff)
downloadpkgsrc-a7118227134eb03084dc5b2b03d5db8929d4a04f.tar.gz
because of addition of --with-included-gettext (revision 1.15),
"if SunOS" clause does not hold any more.
Diffstat (limited to 'devel/gettext')
-rw-r--r--devel/gettext/Makefile16
1 files changed, 1 insertions, 15 deletions
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"