summaryrefslogtreecommitdiff
path: root/converters/libiconv
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-02-12 19:24:39 +0000
committertron <tron@pkgsrc.org>2001-02-12 19:24:39 +0000
commit499701b122a24ff98e7085f5f4fced3fbbdf2feb (patch)
tree4a8cb2bfe5746ef2a60fb45d7e350e96bb3ef3fe /converters/libiconv
parente67d940b806ee0595b5051820b3da5d4adc36592 (diff)
downloadpkgsrc-499701b122a24ff98e7085f5f4fced3fbbdf2feb.tar.gz
Add seperate package list for SunOS.
Diffstat (limited to 'converters/libiconv')
-rw-r--r--converters/libiconv/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/converters/libiconv/Makefile b/converters/libiconv/Makefile
index bed6b31bef0..91b6697ba05 100644
--- a/converters/libiconv/Makefile
+++ b/converters/libiconv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/01/01 17:29:20 rh Exp $
+# $NetBSD: Makefile,v 1.2 2001/02/12 19:24:39 tron Exp $
#
DISTNAME= libiconv-1.5
@@ -14,4 +14,10 @@ USE_LIBTOOL= YES
LTCONFIG_OVERRIDE+= ${WRKSRC}/autoconf/ltconfig
LTCONFIG_OVERRIDE+= ${WRKSRC}/libcharset/autoconf/ltconfig
+.include "../../mk/bsd.prefs.mk"
+
+.if (${OPSYS} == SunOS)
+PLIST_SRC= ${PKGDIR}/PLIST.${OPSYS}
+.endif
+
.include "../../mk/bsd.pkg.mk"