diff options
author | lippe <lippe@FreeBSD.org> | 2008-06-19 14:56:04 +0800 |
---|---|---|
committer | lippe <lippe@FreeBSD.org> | 2008-06-19 14:56:04 +0800 |
commit | 450c479890a6780e2e50cfefc8b9a47765a488ec (patch) | |
tree | 4d94b79a71e90dc0882006c9175192053f694f9c | |
parent | 65af9ffd7cc0d005eaa06a49e01b12226e7920bd (diff) | |
download | freebsd-ports-gnome-450c479890a6780e2e50cfefc8b9a47765a488ec.tar.gz freebsd-ports-gnome-450c479890a6780e2e50cfefc8b9a47765a488ec.tar.zst freebsd-ports-gnome-450c479890a6780e2e50cfefc8b9a47765a488ec.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)
-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 \ |