diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-08-05 09:31:52 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-08-05 09:31:52 +0000 |
commit | ceba2112833ea325577af308d27cad5d00490059 (patch) | |
tree | 43770c600bd76bb00bd98dc59b4e2b6d76064eb1 /graphics/gimp-manual-html | |
parent | 4f43ab018ab882c42157803c6c7856dce3689cdc (diff) | |
download | ports-ceba2112833ea325577af308d27cad5d00490059.tar.gz ports-ceba2112833ea325577af308d27cad5d00490059.zip |
Notes
Diffstat (limited to 'graphics/gimp-manual-html')
-rw-r--r-- | graphics/gimp-manual-html/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/gimp-manual-html/Makefile b/graphics/gimp-manual-html/Makefile index a28490e8d647..49e6129cf73b 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.1.1.1 1998/06/10 13:57:13 dburr Exp $ +# $Id: Makefile,v 1.2 1998/06/16 11:29:35 asami Exp $ # DISTNAME= GimpUserManual-1.0.0 @@ -48,7 +48,7 @@ WRKSRC= ${WRKDIR}/GimpUserManaul_v1.0.0 BUILD_DEPENDS= bzip2:${PORTSDIR}/archivers/bzip2 -USE_X11= yes +USE_X_PREFIX= yes NO_BUILD= yes @@ -70,7 +70,7 @@ DISTFILES= GimpUserManual-1.0.0-pdf EXTRACT_ONLY= #empty NO_BUILD= yes -USE_X11= yes +USE_X_PREFIX= yes post-fetch: @${MKDIR} ${WRKDIR} @@ -92,7 +92,7 @@ EXTRACT_AFTER_ARGS= > ${DISTNAME} NO_BUILD= yes -USE_X11= yes +USE_X_PREFIX= yes pre-extract: @${CP} ${PKGDIR}/PLIST_PS ${PKGDIR}/PLIST |