diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-22 05:38:04 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-22 05:38:04 +0000 |
commit | b66eb2280204a4f57626945274e86b19643eff22 (patch) | |
tree | 71389fe345650f1f57c5ffe121ea885a1aef39de /graphics/gimp-manual-html | |
parent | 873678116d83d302e14159f22e6e28a7f1f0bf9a (diff) | |
download | ports-b66eb2280204a4f57626945274e86b19643eff22.tar.gz ports-b66eb2280204a4f57626945274e86b19643eff22.zip |
Notes
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 |