From 450c479890a6780e2e50cfefc8b9a47765a488ec Mon Sep 17 00:00:00 2001 From: lippe Date: Thu, 19 Jun 2008 06:56:04 +0000 Subject: - Fix ownership on all installed files. - Bump PORTREVISION. PR: ports/121254 Submitted by: Vaclav Haisman Approved by: gabor (mentor, implicit), maintainer timeout (>2 weeks) --- shells/ch/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'shells/ch') diff --git a/shells/ch/Makefile b/shells/ch/Makefile index e5ea2fe498f..151f804c692 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 \ -- cgit