diff options
author | wiz <wiz@pkgsrc.org> | 2002-04-07 17:00:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-04-07 17:00:13 +0000 |
commit | 44f1542aabcf35ed89dc48656a0243f78a607ca4 (patch) | |
tree | a1c950f3da5941c54a48b2ba79b965a2109260cb /emulators | |
parent | 23ebf828233e34862e1ff9d3ee767740b6298839 (diff) | |
download | pkgsrc-44f1542aabcf35ed89dc48656a0243f78a607ca4.tar.gz |
Avoid installing some files (for XF3 users) that take up a lot of space
but aren't needed. Idea by tron.
Reduces size of binary package from 33MB to 5MB (for XF3 users).
Bump PKGREVISION to 2.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/suse_x11/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/emulators/suse_x11/Makefile b/emulators/suse_x11/Makefile index 261ecbd3145..9e8ffee4c3b 100644 --- a/emulators/suse_x11/Makefile +++ b/emulators/suse_x11/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2002/04/06 22:08:32 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2002/04/07 17:00:13 wiz Exp $ DISTNAME= suse_x11-${SUSE_VERSION} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUSE:=x1/} DISTFILES= ${RPMFILES} @@ -26,6 +26,10 @@ RPMFILES= xshared.rpm # if it is missing, we are using XFree86 3.* and need some additional files .if !exists(${X11BASE}/lib/X11/locale/common) RPMFILES+= xf86.rpm +RPMIGNOREPATH= usr/X11R6/bin usr/X11R6/include \ + usr/X11R6/lib/X11/app-defaults \ + usr/X11R6/lib/X11/doc usr/X11R6/lib/X11/fonts \ + usr/X11R6/lib/X11/x11perfcomp .endif .include "../suse_linux/Makefile.common" |