diff options
author | wiz <wiz@pkgsrc.org> | 2004-11-06 01:34:21 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-11-06 01:34:21 +0000 |
commit | 3a97eb95c9661d79f6cc5457fd566d6272c87692 (patch) | |
tree | 9fb2f7132267f5c532d0c6c02af13e255502ea0d /emulators | |
parent | c91f1868ad12951b508d55b6c884c1dcb88b76b4 (diff) | |
download | pkgsrc-3a97eb95c9661d79f6cc5457fd566d6272c87692.tar.gz |
Set LIBTOOLIZE_PLIST to NO, since the automatic PLIST generation
from rpms does not cooperate with it at all.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/suse91_expat/Makefile | 4 | ||||
-rw-r--r-- | emulators/suse91_libjpeg/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/emulators/suse91_expat/Makefile b/emulators/suse91_expat/Makefile index 61dec533044..1cf804ffdbe 100644 --- a/emulators/suse91_expat/Makefile +++ b/emulators/suse91_expat/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/09/02 20:28:17 recht Exp $ +# $NetBSD: Makefile,v 1.2 2004/11/06 01:34:21 wiz Exp $ DISTNAME= suse_expat-${SUSE_VERSION} +PKGREVISION= 1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUSE91} DISTFILES= ${RPMFILES} @@ -16,6 +17,7 @@ ONLY_FOR_PLATFORM= NetBSD-*-i386 FreeBSD-*-i386 EXTRACT_ONLY= # empty NO_BUILD= YES NO_BUILDLINK= YES +LIBTOOLIZE_PLIST= NO PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC RPMFILES= expat-1.95.7-37.${SUSE_ARCH}.rpm diff --git a/emulators/suse91_libjpeg/Makefile b/emulators/suse91_libjpeg/Makefile index 44e06ac737c..5a3e0bdac32 100644 --- a/emulators/suse91_libjpeg/Makefile +++ b/emulators/suse91_libjpeg/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2004/07/31 11:53:09 jdolecek Exp $ +# $NetBSD: Makefile,v 1.3 2004/11/06 01:34:21 wiz Exp $ DISTNAME= suse_libjpeg-${SUSE_VERSION} +PKGREVISION= 1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUSE91} DISTFILES= ${RPMFILES} @@ -16,6 +17,7 @@ ONLY_FOR_PLATFORM= NetBSD-*-i386 FreeBSD-*-i386 EXTRACT_ONLY= # empty NO_BUILD= YES NO_BUILDLINK= YES +LIBTOOLIZE_PLIST= NO PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC RPMFILES= libjpeg-6.2.0-731.${SUSE_ARCH}.rpm |