diff options
author | billf <billf@FreeBSD.org> | 1998-12-08 03:26:02 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1998-12-08 03:26:02 +0800 |
commit | 17424d4e969439f1528680d7bc1f2b05634d2751 (patch) | |
tree | 069fcf6231072f71dbeb969f86f4bdf1efec5f43 /graphics/gimp-manual-html | |
parent | 415aa6f5efebf8a5778b4730c298bdbe398657e4 (diff) | |
download | freebsd-ports-gnome-17424d4e969439f1528680d7bc1f2b05634d2751.tar.gz freebsd-ports-gnome-17424d4e969439f1528680d7bc1f2b05634d2751.tar.zst freebsd-ports-gnome-17424d4e969439f1528680d7bc1f2b05634d2751.zip |
Back out previous commit, the distfile was actually packaged with the
wrong spelling. sigh.
PR: ports/8984
Diffstat (limited to 'graphics/gimp-manual-html')
-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 1d7d4e8a8ac9..4ef3cbbfd37b 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.6 1998/11/22 05:38:04 asami Exp $ +# $Id: Makefile,v 1.7 1998/12/04 22:10:57 billf Exp $ # DISTNAME= GimpUserManual-1.0.0 @@ -35,7 +35,7 @@ pre-fetch: .if ${DOCFORMAT} == "HTML" EXTRACT_SUFX= -html.tar.bz2 -WRKSRC= ${WRKDIR}/GimpUserManual_v1.0.0 +WRKSRC= ${WRKDIR}/GimpUserManaul_v1.0.0 BUILD_DEPENDS= bzip2:${PORTSDIR}/archivers/bzip2 |