aboutsummaryrefslogtreecommitdiffstats
path: root/lang/ghc-doc/Makefile
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2003-03-08 19:58:45 +0800
committerolgeni <olgeni@FreeBSD.org>2003-03-08 19:58:45 +0800
commit7b2518497ebea4a1618515a27f51efa62443d3c2 (patch)
treef0e7929867f8ea3569dd9cbbb45bc3074fd8d2a4 /lang/ghc-doc/Makefile
parentc0e57fb6c4cb61e1e632e959634f61683b8fefcc (diff)
downloadfreebsd-ports-gnome-7b2518497ebea4a1618515a27f51efa62443d3c2.tar.gz
freebsd-ports-gnome-7b2518497ebea4a1618515a27f51efa62443d3c2.tar.zst
freebsd-ports-gnome-7b2518497ebea4a1618515a27f51efa62443d3c2.zip
Fixes for supporting compressed postscript documentation.
Approved by: kris
Diffstat (limited to 'lang/ghc-doc/Makefile')
-rw-r--r--lang/ghc-doc/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/ghc-doc/Makefile b/lang/ghc-doc/Makefile
index d5a31320f919..f6711e5b46ce 100644
--- a/lang/ghc-doc/Makefile
+++ b/lang/ghc-doc/Makefile
@@ -10,9 +10,9 @@ PORTVERSION= 5.04.2
CATEGORIES= lang haskell
MASTER_SITES= http://www.haskell.org/ghc/docs/${PORTVERSION}/ \
http://www.haskell.org/ghc/docs/${PORTVERSION}/html/
-DISTFILES= building.html.tar.gz building.ps hslibs.html.tar.gz \
- hslibs.ps libraries.html.tar.gz users_guide.html.tar.gz \
- users_guide.ps index.html
+DISTFILES= building.html.tar.gz building.ps.gz hslibs.html.tar.gz \
+ hslibs.ps.gz libraries.html.tar.gz users_guide.html.tar.gz \
+ users_guide.ps.gz index.html
DIST_SUBDIR= ghc
EXTRACT_ONLY=
@@ -23,7 +23,7 @@ NO_BUILD= yes
do-install:
@${MKDIR} ${LOCALBASE}/share/doc/ghc
-.for FILE in building.ps hslibs.ps users_guide.ps index.html
+.for FILE in building.ps.gz hslibs.ps.gz users_guide.ps.gz index.html
@${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${FILE} \
${LOCALBASE}/share/doc/ghc
.endfor
1/+1 * Update to 2.4 pre5lioux2003-01-242-2/+2 * Update to 2.4 pre4lioux2003-01-172-2/+2 * Update to 2.4 Pre 3lioux2003-01-022-2/+2 * Update to 2.4 Beta 2lioux2002-11-122-3/+3 * Allow wrapper to receive command line argumentslioux2002-11-121-1/+1 * Don't remove system directories share/java, share/java/classes, andkris2002-11-111-1/+0 * Update to 2.3lioux2002-10-162-2/+2 * Fix previous incorrect commit. REALLY update to 2.3 pre3 this timelioux2002-10-062-2/+2 * Update to 2.3 pre3lioux2002-10-062-2/+2 * Update to 2.2lioux2002-08-272-2/+2 * Update to 2.2 pre3lioux2002-07-262-2/+2 * Update to 2.2-pre1lioux2002-07-082-3/+2 * Update to 2.0 pre 3lioux2002-04-122-2/+2 * Switch option from JAVA_NO_BUILD_DEPENDS to NO_BUILD_DEPENDS_JAVAlioux2002-03-301-1/+1 * Update to new java infrastructure, deploy USE_JAVAlioux2002-03-281-4/+2 * Update to 2.0 pre 1lioux2002-02-233-5/+4 * Update to 1.3.pre1lioux2002-01-212-2/+2