summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2003-03-02 17:39:01 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2003-03-02 17:39:01 +0000
commit6ed6897969e9784dd3c4d28b561eced6def843f5 (patch)
tree54515cfb3bc42a56a12e76273374e3c7cd982bb5 /graphics
parentFix this port. This port is a candidate for record broken time (of about (diff)
Correct a typo in a previous commit.
Submitted by: Mike Harding <mvh@ix.netcom.com>
Notes
Notes: svn path=/head/; revision=76744
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gimp-manual-html/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gimp-manual-html/Makefile b/graphics/gimp-manual-html/Makefile
index 3bd05724e6fe..2531f3bb8d35 100644
--- a/graphics/gimp-manual-html/Makefile
+++ b/graphics/gimp-manual-html/Makefile
@@ -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