diff options
author | wiz <wiz> | 2004-11-06 01:34:21 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-11-06 01:34:21 +0000 |
commit | 7c7fff78143d9d2f1de56f84b86398c850239fa4 (patch) | |
tree | 9fb2f7132267f5c532d0c6c02af13e255502ea0d /emulators/suse91_expat | |
parent | 1dd998eba78854c51688e947c2729092a89b5bbb (diff) | |
download | pkgsrc-7c7fff78143d9d2f1de56f84b86398c850239fa4.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/suse91_expat')
-rw-r--r-- | emulators/suse91_expat/Makefile | 4 |
1 files changed, 3 insertions, 1 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 |