diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2001-06-01 04:28:32 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-06-01 04:28:32 +0000 |
commit | 9acbface285de55aa687aa417f393e68066527d1 (patch) | |
tree | eea5af662d7cc6ad931603149a9e1d4157df0276 /textproc/iso8879 | |
parent | ac027f3c61ce18bfca895ff0971b0777e04b374e (diff) |
Notes
Diffstat (limited to 'textproc/iso8879')
-rw-r--r-- | textproc/iso8879/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/iso8879/Makefile b/textproc/iso8879/Makefile index f17e365de709..3e0828028a49 100644 --- a/textproc/iso8879/Makefile +++ b/textproc/iso8879/Makefile @@ -32,7 +32,7 @@ do-install: @unzip -a -q -o ${DISTDIR}/${DISTFILES} -d ${INSTDIR} @${INSTALL_DATA} ${FILESDIR}/catalog ${INSTDIR}/catalog @${CHMOD} ${SHAREMODE} ${INSTDIR}/* - @${CHOWN} -R ${SHAREOWN}.${SHAREGRP} ${INSTDIR} + @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${INSTDIR} post-install: @${MKCATALOG} -q install ${PORTNAME} |