summaryrefslogtreecommitdiff
path: root/emulators/suse_x11
diff options
context:
space:
mode:
authorwiz <wiz>2002-04-07 17:00:13 +0000
committerwiz <wiz>2002-04-07 17:00:13 +0000
commit19164387770a911bd04398a986f41e8a3b63f72c (patch)
treea1c950f3da5941c54a48b2ba79b965a2109260cb /emulators/suse_x11
parent334a6f42202b254e461e832169d641d21531c8c0 (diff)
downloadpkgsrc-19164387770a911bd04398a986f41e8a3b63f72c.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/suse_x11')
-rw-r--r--emulators/suse_x11/Makefile8
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"