diff options
author | netchild <netchild@FreeBSD.org> | 2005-11-12 04:03:15 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2005-11-12 04:03:15 +0800 |
commit | adf27994251fc9aeb107d4710d34ede32bd5dd62 (patch) | |
tree | 2fdc46d22c77b60096f0ec54c6cfd77450f5b316 | |
parent | 2107d2b282ad77e03b1081283c3df146b1412c31 (diff) | |
download | freebsd-ports-gnome-adf27994251fc9aeb107d4710d34ede32bd5dd62.tar.gz freebsd-ports-gnome-adf27994251fc9aeb107d4710d34ede32bd5dd62.tar.zst freebsd-ports-gnome-adf27994251fc9aeb107d4710d34ede32bd5dd62.zip |
- fix plist (some dirs are owned by linux_base)
- SHA256
PR: 88757
Submitted by: Boris Samorodov <bsam@ipt.ru>
-rw-r--r-- | x11/linux-XFree86-libs/Makefile | 7 | ||||
-rw-r--r-- | x11/linux-XFree86-libs/distinfo.i386 | 2 |
2 files changed, 3 insertions, 6 deletions
diff --git a/x11/linux-XFree86-libs/Makefile b/x11/linux-XFree86-libs/Makefile index 8163679953d5..c060757002e9 100644 --- a/x11/linux-XFree86-libs/Makefile +++ b/x11/linux-XFree86-libs/Makefile @@ -7,7 +7,7 @@ PORTNAME= XFree86-libs PORTVERSION= 4.3.99.902 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 linux MASTER_SITES= ${MASTER_SITE_SUSE} \ ftp://ftp.in2p3.fr/pub/linux/suse/update/9.1/rpm/i586/ \ @@ -33,10 +33,7 @@ NO_BUILD= yes ONLY_FOR_ARCHS= amd64 i386 PKGINSTALL= ${WRKDIR}/pkg-install PLIST= ${WRKDIR}/plist -PLIST_DIRS= usr/X11R6/lib/X11 \ - usr/X11R6/lib \ - usr/X11R6/bin \ - usr/X11R6 +PLIST_DIRS= usr/X11R6/lib/X11 pre-install: @${RM} -f ${PLIST} diff --git a/x11/linux-XFree86-libs/distinfo.i386 b/x11/linux-XFree86-libs/distinfo.i386 index 92fd0a19d184..759957bddeb3 100644 --- a/x11/linux-XFree86-libs/distinfo.i386 +++ b/x11/linux-XFree86-libs/distinfo.i386 @@ -1,3 +1,3 @@ -$FreeBSD$ MD5 (rpm/i386/suse/XFree86-libs-4.3.99.902-43.35.3.i586.rpm) = 89431783cd8261a970d6ec5484dd09e6 +SHA256 (rpm/i386/suse/XFree86-libs-4.3.99.902-43.35.3.i586.rpm) = 1d1b85dd1c27eb9f217fb2c8f73c497bea40035121f33a4e28b8c142f0bb7414 SIZE (rpm/i386/suse/XFree86-libs-4.3.99.902-43.35.3.i586.rpm) = 2404743 |