diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-03-02 17:39:01 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-03-02 17:39:01 +0000 |
commit | 6ed6897969e9784dd3c4d28b561eced6def843f5 (patch) | |
tree | 54515cfb3bc42a56a12e76273374e3c7cd982bb5 /graphics | |
parent | 970237caaed32b1d23a6fd35d0e7f1becbc1763c (diff) | |
download | ports-6ed6897969e9784dd3c4d28b561eced6def843f5.tar.gz ports-6ed6897969e9784dd3c4d28b561eced6def843f5.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp-manual-html/Makefile | 2 |
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 |