diff options
author | demon <demon@FreeBSD.org> | 2003-03-03 01:39:01 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2003-03-03 01:39:01 +0800 |
commit | e310e0de1a33c9343b7663baec975b6a63ea281e (patch) | |
tree | 66befb029a13169d6f07b85fd7c37f18a0c92ec0 /graphics | |
parent | f27b1946a51ce53a8e87174d7d304411965c0e1c (diff) | |
download | freebsd-ports-gnome-e310e0de1a33c9343b7663baec975b6a63ea281e.tar.gz freebsd-ports-gnome-e310e0de1a33c9343b7663baec975b6a63ea281e.tar.zst freebsd-ports-gnome-e310e0de1a33c9343b7663baec975b6a63ea281e.zip |
Correct a typo in a previous commit.
Submitted by: Mike Harding <mvh@ix.netcom.com>
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 |