summaryrefslogtreecommitdiff
path: root/devel/gettext
diff options
context:
space:
mode:
authoritojun <itojun>2000-10-31 11:56:54 +0000
committeritojun <itojun>2000-10-31 11:56:54 +0000
commit9880aad431a7b16f3682b1121c7698eb1ab50362 (patch)
tree129bdb44b03bbb3ce3db4fa0e03aba9f79466035 /devel/gettext
parentb0fb0c72adc6089488aff0778c98a8b00f2342c4 (diff)
downloadpkgsrc-9880aad431a7b16f3682b1121c7698eb1ab50362.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"