diff options
author | billf <billf@FreeBSD.org> | 1998-12-05 06:10:57 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1998-12-05 06:10:57 +0800 |
commit | 60089911975327bdc47ab64716283bcda8f9c29c (patch) | |
tree | be2712383e5417560aa50df92f0c9f52b419706e | |
parent | b51adecc3daeff1e4ad86f4f496d513ce973c585 (diff) | |
download | freebsd-ports-graphics-60089911975327bdc47ab64716283bcda8f9c29c.tar.gz freebsd-ports-graphics-60089911975327bdc47ab64716283bcda8f9c29c.tar.zst freebsd-ports-graphics-60089911975327bdc47ab64716283bcda8f9c29c.zip |
Spelling error.
PR: ports/8886
Submitted by: Jason Wells <jcwells@u.washington.edu>
-rw-r--r-- | graphics/gimp-manual-html/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gimp-manual-html/Makefile b/graphics/gimp-manual-html/Makefile index b2327f26836..1d7d4e8a8ac 100644 --- a/graphics/gimp-manual-html/Makefile +++ b/graphics/gimp-manual-html/Makefile @@ -3,7 +3,7 @@ # Date created: 5 June 1998 # Whom: Brett Taylor # -# $Id: Makefile,v 1.5 1998/11/20 04:14:18 asami Exp $ +# $Id: Makefile,v 1.6 1998/11/22 05:38:04 asami Exp $ # DISTNAME= GimpUserManual-1.0.0 @@ -35,7 +35,7 @@ pre-fetch: .if ${DOCFORMAT} == "HTML" EXTRACT_SUFX= -html.tar.bz2 -WRKSRC= ${WRKDIR}/GimpUserManaul_v1.0.0 +WRKSRC= ${WRKDIR}/GimpUserManual_v1.0.0 BUILD_DEPENDS= bzip2:${PORTSDIR}/archivers/bzip2 |