aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fm/gentoo/Makefile
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2001-08-13 02:18:59 +0800
committerdougb <dougb@FreeBSD.org>2001-08-13 02:18:59 +0800
commit555c77f94da2bceecf6edafc415527e51ad6233d (patch)
tree062c67d7650fba0bc3e40b22ea36a857ea364331 /x11-fm/gentoo/Makefile
parentfd6ea05060bc25ee446c2227647708a4a7ec48db (diff)
downloadfreebsd-ports-gnome-555c77f94da2bceecf6edafc415527e51ad6233d.tar.gz
freebsd-ports-gnome-555c77f94da2bceecf6edafc415527e51ad6233d.tar.zst
freebsd-ports-gnome-555c77f94da2bceecf6edafc415527e51ad6233d.zip
Correct some items I was overzealous about
From the maintainer, new master site, -I tweak to improve build on RELENG_4 Submitted by: Anders Nordby <anders@fix.no>
Diffstat (limited to 'x11-fm/gentoo/Makefile')
-rw-r--r--x11-fm/gentoo/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-fm/gentoo/Makefile b/x11-fm/gentoo/Makefile
index 1804ebfc38a8..898d34b3c185 100644
--- a/x11-fm/gentoo/Makefile
+++ b/x11-fm/gentoo/Makefile
@@ -9,6 +9,7 @@ PORTNAME= gentoo
PORTVERSION= 0.11.16
CATEGORIES= x11-fm
MASTER_SITES= http://www.obsession.se/gentoo/ \
+ http://www.ibiblio.org/pub/linux/utils/file/managers/ \
ftp://ftp.nuug.no/pub/anders/distfiles/
MAINTAINER= anders@fix.no
@@ -18,8 +19,7 @@ USE_GTK= yes
MAN1= gentoo.1
DOCS= BUGS CONFIG-CHANGES CREDITS FIXES-0.11 FIXES-0.9 README \
- README.NLS README.gtkrc TODO gentoorc-example \
- gentoogtkrc-example
+ README.NLS README.gtkrc TODO gentoogtkrc-example
post-patch:
@ ${MV} ${WRKSRC}/gentoorc-example ${WRKSRC}/gentoorc-example.Dist
@@ -43,9 +43,9 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/gentoorc-example ${PREFIX}/etc/gentoorc
${INSTALL_MAN} ${WRKSRC}/docs/gentoo.1x ${PREFIX}/man/man1/gentoo.1
.if !defined(NOPORTDOCS)
- ${CP} -R ${WRKSRC}/docs ${PREFIX}/share/doc/gentoo/
- ${CHMOD} 0755 ${PREFIX}/share/doc/gentoo
+ ${CP} -R ${WRKSRC}/docs ${PREFIX}/share/doc/gentoo
${RM} ${PREFIX}/share/doc/gentoo/gentoo.1x
+ ${CHMOD} -R a+r,+X ${PREFIX}/share/doc/gentoo
.for f in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/gentoo
.endfor