diff options
Diffstat (limited to 'textproc')
-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} |