diff options
author | asami <asami@FreeBSD.org> | 1998-11-22 13:38:04 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-22 13:38:04 +0800 |
commit | 8bd4a6c219bbd482a8a22b47c1363c2f329bba8d (patch) | |
tree | 0a1c630a7045001966b0328d6a995265d2f2761b /graphics/gimp-manual-html | |
parent | 761c5a2a999ef51c5bfbe28a8355af21a715ca0d (diff) | |
download | freebsd-ports-gnome-8bd4a6c219bbd482a8a22b47c1363c2f329bba8d.tar.gz freebsd-ports-gnome-8bd4a6c219bbd482a8a22b47c1363c2f329bba8d.tar.zst freebsd-ports-gnome-8bd4a6c219bbd482a8a22b47c1363c2f329bba8d.zip |
Don't create ${WRKDIR} in post-fetch. This should have been gone with 1.2.
Diffstat (limited to 'graphics/gimp-manual-html')
-rw-r--r-- | graphics/gimp-manual-html/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/graphics/gimp-manual-html/Makefile b/graphics/gimp-manual-html/Makefile index 63703c499082..b2327f268360 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.4 1998/10/30 11:21:54 asami Exp $ +# $Id: Makefile,v 1.5 1998/11/20 04:14:18 asami Exp $ # DISTNAME= GimpUserManual-1.0.0 @@ -58,9 +58,6 @@ EXTRACT_ONLY= #empty NO_BUILD= yes USE_X_PREFIX= yes -post-fetch: - @${MKDIR} ${WRKDIR} - do-install: @${MKDIR} ${PREFIX}/share/doc/gimp @${CP} ${DISTDIR}/GimpUserManual-1.0.0-pdf ${PREFIX}/share/doc/gimp |