diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2001-06-01 05:15:32 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2001-06-01 05:15:32 +0000 |
commit | b084eb5e8cb67deb1707c4b05917ad0d6ebb65b4 (patch) | |
tree | fd73f8a59e1f4b6079165c094800321361710aa2 /textproc/html | |
parent | 9acbface285de55aa687aa417f393e68066527d1 (diff) | |
download | ports-b084eb5e8cb67deb1707c4b05917ad0d6ebb65b4.tar.gz ports-b084eb5e8cb67deb1707c4b05917ad0d6ebb65b4.zip |
Notes
Diffstat (limited to 'textproc/html')
-rw-r--r-- | textproc/html/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/html/Makefile b/textproc/html/Makefile index e57b6d1538ef..cf5d96c4186d 100644 --- a/textproc/html/Makefile +++ b/textproc/html/Makefile @@ -30,7 +30,7 @@ pre-install: do-install: @zcat ${DISTDIR}/${DISTFILES} |(cd ${INSTDIR}; pax -r) @${CHMOD} ${SHAREMODE} `find ${INSTDIR} -type f` - @${CHOWN} -R ${SHAREOWN}.${SHAREGRP} ${INSTDIR} + @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${INSTDIR} post-install: @${MKCATALOG} -q install ${PORTNAME} |