diff options
author | tron <tron> | 2001-02-12 19:24:39 +0000 |
---|---|---|
committer | tron <tron> | 2001-02-12 19:24:39 +0000 |
commit | 469d60679d3e0ec7c44b231a705e1a1a8e1820b6 (patch) | |
tree | 4a8cb2bfe5746ef2a60fb45d7e350e96bb3ef3fe /converters | |
parent | 9bea4cd87813371dd01749b9c784d3a35c90fe33 (diff) | |
download | pkgsrc-469d60679d3e0ec7c44b231a705e1a1a8e1820b6.tar.gz |
Add seperate package list for SunOS.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/libiconv/Makefile | 8 |
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" |