summaryrefslogtreecommitdiffstats
path: root/x11-fm/gentoo/Makefile
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-06-23 06:23:23 +0000
committerijliao <ijliao@FreeBSD.org>2002-06-23 06:23:23 +0000
commit76cc80c6559db9c9edace5190477b6f9ed7ebb40 (patch)
tree91061b30c14751ab39500b021f308819ebebcab8 /x11-fm/gentoo/Makefile
parent25e48148d84e965f97058afee9dbb5fba41c7b4e (diff)
downloadFreeBSD-ports-76cc80c6559db9c9edace5190477b6f9ed7ebb40.zip
FreeBSD-ports-76cc80c6559db9c9edace5190477b6f9ed7ebb40.tar.gz
upgrade to 0.11.27
PR: 39685 Submitted by: maintainer
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 805582f..86ea2e4 100644
--- a/x11-fm/gentoo/Makefile
+++ b/x11-fm/gentoo/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gentoo
-PORTVERSION= 0.11.26
+PORTVERSION= 0.11.27
CATEGORIES= x11-fm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -34,9 +34,9 @@ post-install:
.endfor
${TAR} -C ${WRKSRC}/docs --exclude "gentoo.1x" -cf - . | \
${TAR} -C ${DOCSDIR} --unlink -xf -
- @find ${DOCSDIR} | xargs ${CHOWN} ${SHAREOWN}:${SHAREGRP}
- @find ${DOCSDIR} | xargs ${CHMOD} ${SHAREMODE}
- @find ${DOCSDIR} -type d | xargs ${CHMOD} a+x
+ @${FIND} ${DOCSDIR} | ${XARGS} ${CHOWN} ${SHAREOWN}:${SHAREGRP}
+ @${FIND} ${DOCSDIR} | ${XARGS} ${CHMOD} ${SHAREMODE}
+ @${FIND} ${DOCSDIR} -type d | ${XARGS} ${CHMOD} a+x
.endif
.include <bsd.port.mk>
OpenPOWER on IntegriCloud