diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-01-21 19:26:19 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-01-21 19:26:19 +0000 |
commit | bfaad85909c8311f02ee039a9b940fe6b7c938c8 (patch) | |
tree | 98ec0c283d2b94de091acde39f0f27630ae7233b /graphics/gimp-manual-html | |
parent | cb01c3ded8b8091d15938ae82eb1dd7700801d7c (diff) | |
download | ports-bfaad85909c8311f02ee039a9b940fe6b7c938c8.tar.gz ports-bfaad85909c8311f02ee039a9b940fe6b7c938c8.zip |
Notes
Diffstat (limited to 'graphics/gimp-manual-html')
-rw-r--r-- | graphics/gimp-manual-html/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/gimp-manual-html/Makefile b/graphics/gimp-manual-html/Makefile index 9765f338bd76..213ba3e47083 100644 --- a/graphics/gimp-manual-html/Makefile +++ b/graphics/gimp-manual-html/Makefile @@ -40,7 +40,7 @@ EXTRACT_SUFX= -html.tar.bz2 WRKSRC= ${WRKDIR}/GimpUserManaul_v1.0.0 USE_BZIP2= yes -USE_X_PREFIX= yes +PREFIX?= ${X11BASE} # This port itself does not require Xlib NO_BUILD= yes do-install: @@ -53,7 +53,6 @@ DISTFILES= GimpUserManual-1.0.0-pdf EXTRACT_ONLY= #empty NO_BUILD= yes -USE_X_PREFIX= yes do-install: @${MKDIR} ${PREFIX}/share/doc/gimp @@ -70,7 +69,6 @@ EXTRACT_AFTER_ARGS= > ${DISTNAME} NO_CDROM= "too big" NO_BUILD= yes -USE_X_PREFIX= yes do-install: @${MKDIR} ${PREFIX}/share/doc/gimp |