1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00

Correct a typo in a previous commit.

Submitted by:	Mike Harding <mvh@ix.netcom.com>
This commit is contained in:
Dmitry Sivachenko 2003-03-02 17:39:01 +00:00
parent 970237caae
commit 6ed6897969
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=76744

View File

@ -49,7 +49,7 @@ do-install:
for file in ${DISTFILES} ; do \
cd ${PREFIX}/share/doc/gimp; \
${TAR} -zxf ${DISTDIR}/$${file}; \
@${CHOWN} -R root:wheel ${PREFIX}/share/doc/gimp \
${CHOWN} -R root:wheel ${PREFIX}/share/doc/gimp; \
done
.endif