aboutsummaryrefslogtreecommitdiffstats
path: root/shells/ch/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'shells/ch/Makefile')
-rw-r--r--shells/ch/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/ch/Makefile b/shells/ch/Makefile
index e5ea2fe498fc..151f804c6922 100644
--- a/shells/ch/Makefile
+++ b/shells/ch/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ch
PORTVERSION= 5.1.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= shells
MASTER_SITES= http://www.softintegration.com/download/software/release/FreeBSD/
DISTNAME= chstandard-${PORTVERSION}.freebsd5.1
@@ -34,6 +34,7 @@ do-install:
${MKDIR} ${DATADIR}
${TAR} zxf ${WRKSRC}/ch.bin -C ${DATADIR}
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin
+ ${CHOWN} -R -h ${BINOWN}:${BINGRP} ${DATADIR}
post-install:
@if ${GREP} -q '${PREFIX}/bin/ch' /etc/shells; then ${TRUE}; else \