diff options
author | obrien <obrien@FreeBSD.org> | 2001-06-01 12:28:32 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-06-01 12:28:32 +0800 |
commit | 1d443f240fe8a74b4b0efd054e4948876a0f8964 (patch) | |
tree | 390202e75f218f05407e10a1c843c2aab9b8d5a0 /textproc/iso8879 | |
parent | 0092ce50fbacb23dcd9c0547ef82872062c1dc05 (diff) | |
download | freebsd-ports-gnome-1d443f240fe8a74b4b0efd054e4948876a0f8964.tar.gz freebsd-ports-gnome-1d443f240fe8a74b4b0efd054e4948876a0f8964.tar.zst freebsd-ports-gnome-1d443f240fe8a74b4b0efd054e4948876a0f8964.zip |
Use proper POSIX syntax for `chown'.
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} |