diff options
author | Felippe de Meirelles Motta <lippe@FreeBSD.org> | 2008-06-19 06:56:04 +0000 |
---|---|---|
committer | Felippe de Meirelles Motta <lippe@FreeBSD.org> | 2008-06-19 06:56:04 +0000 |
commit | 60ed3b62b0619042fb56264389cefced550de55a (patch) | |
tree | f5ddd72fec4cf68937c8614fb27155b546e2c353 /shells/ch | |
parent | dd3895ae62b72201f5f510bac951887b143f67bf (diff) | |
download | ports-60ed3b62b0619042fb56264389cefced550de55a.tar.gz ports-60ed3b62b0619042fb56264389cefced550de55a.zip |
- Fix ownership on all installed files.
- Bump PORTREVISION.
PR: ports/121254
Submitted by: Vaclav Haisman <v.haisman@sh.cvut.cz>
Approved by: gabor (mentor, implicit), maintainer timeout (>2 weeks)
Notes
Notes:
svn path=/head/; revision=215237
Diffstat (limited to 'shells/ch')
-rw-r--r-- | shells/ch/Makefile | 3 |
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 \ |