aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>1997-08-27 16:00:04 +0000
committerAndreas Klemm <andreas@FreeBSD.org>1997-08-27 16:00:04 +0000
commit112a8f60b9b786c099398e735b54882752315dd3 (patch)
tree3f07f7b6ccc485204528a7ecb3d3ffa300354aa5 /print
parent758670500f190c8f97ccd36cc3b263f47591f0c8 (diff)
downloadports-112a8f60b9b786c099398e735b54882752315dd3.tar.gz
ports-112a8f60b9b786c099398e735b54882752315dd3.zip
unzip -La converts to lowercase file names and strips away the messy
^M's ... rest in peace for the sed line .. ;-)
Notes
Notes: svn path=/head/; revision=7703
Diffstat (limited to 'print')
-rw-r--r--print/ghostscript-afpl/Makefile8
-rw-r--r--print/ghostscript-gnu/Makefile8
-rw-r--r--print/ghostscript-gpl/Makefile8
-rw-r--r--print/ghostscript5/Makefile8
-rw-r--r--print/ghostscript55/Makefile8
-rw-r--r--print/ghostscript6/Makefile8
-rw-r--r--print/ghostscript7/Makefile8
-rw-r--r--print/ghostscript8/Makefile8
8 files changed, 16 insertions, 48 deletions
diff --git a/print/ghostscript-afpl/Makefile b/print/ghostscript-afpl/Makefile
index c83dfb84c240..02367c5c3d16 100644
--- a/print/ghostscript-afpl/Makefile
+++ b/print/ghostscript-afpl/Makefile
@@ -3,7 +3,7 @@
# Date created: Tue Jun 10 21:58:54 CEST 1997
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
-# $Id: Makefile,v 1.6 1997/08/24 14:36:24 andreas Exp $
+# $Id: Makefile,v 1.7 1997/08/27 06:52:42 andreas Exp $
#
DISTNAME= ghostscript-5.03
@@ -60,11 +60,7 @@ post-extract:
touch ${WRKSRC}/trees.o
ln -s ${PORTSDIR}/graphics/jpeg/work/jpeg-6a ${WRKSRC}/jpeg-6a
ln -s ${PORTSDIR}/graphics/png/work/libpng-0.96 ${WRKSRC}/libpng
- cd ${WRKSRC} && unzip ${DISTDIR}/${HP850_DRV}
-.for file in gdevcd8.c gdevcd8.h
-# ( cd ${WRKSRC} && sed -e "s/\\\\,//" < ${file} | sed -e "s/\\ //" > ${file}.tmp && mv ${file}.tmp ${file} )
- ( cd ${WRKSRC} && sed -e "s/ //" < ${file} > ${file}.tmp && mv ${file}.tmp ${file} )
-.endfor
+ cd ${WRKSRC} && unzip -La ${DISTDIR}/${HP850_DRV}
do-configure:
.if defined(BATCH)
diff --git a/print/ghostscript-gnu/Makefile b/print/ghostscript-gnu/Makefile
index c83dfb84c240..02367c5c3d16 100644
--- a/print/ghostscript-gnu/Makefile
+++ b/print/ghostscript-gnu/Makefile
@@ -3,7 +3,7 @@
# Date created: Tue Jun 10 21:58:54 CEST 1997
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
-# $Id: Makefile,v 1.6 1997/08/24 14:36:24 andreas Exp $
+# $Id: Makefile,v 1.7 1997/08/27 06:52:42 andreas Exp $
#
DISTNAME= ghostscript-5.03
@@ -60,11 +60,7 @@ post-extract:
touch ${WRKSRC}/trees.o
ln -s ${PORTSDIR}/graphics/jpeg/work/jpeg-6a ${WRKSRC}/jpeg-6a
ln -s ${PORTSDIR}/graphics/png/work/libpng-0.96 ${WRKSRC}/libpng
- cd ${WRKSRC} && unzip ${DISTDIR}/${HP850_DRV}
-.for file in gdevcd8.c gdevcd8.h
-# ( cd ${WRKSRC} && sed -e "s/\\\\,//" < ${file} | sed -e "s/\\ //" > ${file}.tmp && mv ${file}.tmp ${file} )
- ( cd ${WRKSRC} && sed -e "s/ //" < ${file} > ${file}.tmp && mv ${file}.tmp ${file} )
-.endfor
+ cd ${WRKSRC} && unzip -La ${DISTDIR}/${HP850_DRV}
do-configure:
.if defined(BATCH)
diff --git a/print/ghostscript-gpl/Makefile b/print/ghostscript-gpl/Makefile
index c83dfb84c240..02367c5c3d16 100644
--- a/print/ghostscript-gpl/Makefile
+++ b/print/ghostscript-gpl/Makefile
@@ -3,7 +3,7 @@
# Date created: Tue Jun 10 21:58:54 CEST 1997
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
-# $Id: Makefile,v 1.6 1997/08/24 14:36:24 andreas Exp $
+# $Id: Makefile,v 1.7 1997/08/27 06:52:42 andreas Exp $
#
DISTNAME= ghostscript-5.03
@@ -60,11 +60,7 @@ post-extract:
touch ${WRKSRC}/trees.o
ln -s ${PORTSDIR}/graphics/jpeg/work/jpeg-6a ${WRKSRC}/jpeg-6a
ln -s ${PORTSDIR}/graphics/png/work/libpng-0.96 ${WRKSRC}/libpng
- cd ${WRKSRC} && unzip ${DISTDIR}/${HP850_DRV}
-.for file in gdevcd8.c gdevcd8.h
-# ( cd ${WRKSRC} && sed -e "s/\\\\,//" < ${file} | sed -e "s/\\ //" > ${file}.tmp && mv ${file}.tmp ${file} )
- ( cd ${WRKSRC} && sed -e "s/ //" < ${file} > ${file}.tmp && mv ${file}.tmp ${file} )
-.endfor
+ cd ${WRKSRC} && unzip -La ${DISTDIR}/${HP850_DRV}
do-configure:
.if defined(BATCH)
diff --git a/print/ghostscript5/Makefile b/print/ghostscript5/Makefile
index c83dfb84c240..02367c5c3d16 100644
--- a/print/ghostscript5/Makefile
+++ b/print/ghostscript5/Makefile
@@ -3,7 +3,7 @@
# Date created: Tue Jun 10 21:58:54 CEST 1997
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
-# $Id: Makefile,v 1.6 1997/08/24 14:36:24 andreas Exp $
+# $Id: Makefile,v 1.7 1997/08/27 06:52:42 andreas Exp $
#
DISTNAME= ghostscript-5.03
@@ -60,11 +60,7 @@ post-extract:
touch ${WRKSRC}/trees.o
ln -s ${PORTSDIR}/graphics/jpeg/work/jpeg-6a ${WRKSRC}/jpeg-6a
ln -s ${PORTSDIR}/graphics/png/work/libpng-0.96 ${WRKSRC}/libpng
- cd ${WRKSRC} && unzip ${DISTDIR}/${HP850_DRV}
-.for file in gdevcd8.c gdevcd8.h
-# ( cd ${WRKSRC} && sed -e "s/\\\\,//" < ${file} | sed -e "s/\\ //" > ${file}.tmp && mv ${file}.tmp ${file} )
- ( cd ${WRKSRC} && sed -e "s/ //" < ${file} > ${file}.tmp && mv ${file}.tmp ${file} )
-.endfor
+ cd ${WRKSRC} && unzip -La ${DISTDIR}/${HP850_DRV}
do-configure:
.if defined(BATCH)
diff --git a/print/ghostscript55/Makefile b/print/ghostscript55/Makefile
index c83dfb84c240..02367c5c3d16 100644
--- a/print/ghostscript55/Makefile
+++ b/print/ghostscript55/Makefile
@@ -3,7 +3,7 @@
# Date created: Tue Jun 10 21:58:54 CEST 1997
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
-# $Id: Makefile,v 1.6 1997/08/24 14:36:24 andreas Exp $
+# $Id: Makefile,v 1.7 1997/08/27 06:52:42 andreas Exp $
#
DISTNAME= ghostscript-5.03
@@ -60,11 +60,7 @@ post-extract:
touch ${WRKSRC}/trees.o
ln -s ${PORTSDIR}/graphics/jpeg/work/jpeg-6a ${WRKSRC}/jpeg-6a
ln -s ${PORTSDIR}/graphics/png/work/libpng-0.96 ${WRKSRC}/libpng
- cd ${WRKSRC} && unzip ${DISTDIR}/${HP850_DRV}
-.for file in gdevcd8.c gdevcd8.h
-# ( cd ${WRKSRC} && sed -e "s/\\\\,//" < ${file} | sed -e "s/\\ //" > ${file}.tmp && mv ${file}.tmp ${file} )
- ( cd ${WRKSRC} && sed -e "s/ //" < ${file} > ${file}.tmp && mv ${file}.tmp ${file} )
-.endfor
+ cd ${WRKSRC} && unzip -La ${DISTDIR}/${HP850_DRV}
do-configure:
.if defined(BATCH)
diff --git a/print/ghostscript6/Makefile b/print/ghostscript6/Makefile
index c83dfb84c240..02367c5c3d16 100644
--- a/print/ghostscript6/Makefile
+++ b/print/ghostscript6/Makefile
@@ -3,7 +3,7 @@
# Date created: Tue Jun 10 21:58:54 CEST 1997
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
-# $Id: Makefile,v 1.6 1997/08/24 14:36:24 andreas Exp $
+# $Id: Makefile,v 1.7 1997/08/27 06:52:42 andreas Exp $
#
DISTNAME= ghostscript-5.03
@@ -60,11 +60,7 @@ post-extract:
touch ${WRKSRC}/trees.o
ln -s ${PORTSDIR}/graphics/jpeg/work/jpeg-6a ${WRKSRC}/jpeg-6a
ln -s ${PORTSDIR}/graphics/png/work/libpng-0.96 ${WRKSRC}/libpng
- cd ${WRKSRC} && unzip ${DISTDIR}/${HP850_DRV}
-.for file in gdevcd8.c gdevcd8.h
-# ( cd ${WRKSRC} && sed -e "s/\\\\,//" < ${file} | sed -e "s/\\ //" > ${file}.tmp && mv ${file}.tmp ${file} )
- ( cd ${WRKSRC} && sed -e "s/ //" < ${file} > ${file}.tmp && mv ${file}.tmp ${file} )
-.endfor
+ cd ${WRKSRC} && unzip -La ${DISTDIR}/${HP850_DRV}
do-configure:
.if defined(BATCH)
diff --git a/print/ghostscript7/Makefile b/print/ghostscript7/Makefile
index c83dfb84c240..02367c5c3d16 100644
--- a/print/ghostscript7/Makefile
+++ b/print/ghostscript7/Makefile
@@ -3,7 +3,7 @@
# Date created: Tue Jun 10 21:58:54 CEST 1997
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
-# $Id: Makefile,v 1.6 1997/08/24 14:36:24 andreas Exp $
+# $Id: Makefile,v 1.7 1997/08/27 06:52:42 andreas Exp $
#
DISTNAME= ghostscript-5.03
@@ -60,11 +60,7 @@ post-extract:
touch ${WRKSRC}/trees.o
ln -s ${PORTSDIR}/graphics/jpeg/work/jpeg-6a ${WRKSRC}/jpeg-6a
ln -s ${PORTSDIR}/graphics/png/work/libpng-0.96 ${WRKSRC}/libpng
- cd ${WRKSRC} && unzip ${DISTDIR}/${HP850_DRV}
-.for file in gdevcd8.c gdevcd8.h
-# ( cd ${WRKSRC} && sed -e "s/\\\\,//" < ${file} | sed -e "s/\\ //" > ${file}.tmp && mv ${file}.tmp ${file} )
- ( cd ${WRKSRC} && sed -e "s/ //" < ${file} > ${file}.tmp && mv ${file}.tmp ${file} )
-.endfor
+ cd ${WRKSRC} && unzip -La ${DISTDIR}/${HP850_DRV}
do-configure:
.if defined(BATCH)
diff --git a/print/ghostscript8/Makefile b/print/ghostscript8/Makefile
index c83dfb84c240..02367c5c3d16 100644
--- a/print/ghostscript8/Makefile
+++ b/print/ghostscript8/Makefile
@@ -3,7 +3,7 @@
# Date created: Tue Jun 10 21:58:54 CEST 1997
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
-# $Id: Makefile,v 1.6 1997/08/24 14:36:24 andreas Exp $
+# $Id: Makefile,v 1.7 1997/08/27 06:52:42 andreas Exp $
#
DISTNAME= ghostscript-5.03
@@ -60,11 +60,7 @@ post-extract:
touch ${WRKSRC}/trees.o
ln -s ${PORTSDIR}/graphics/jpeg/work/jpeg-6a ${WRKSRC}/jpeg-6a
ln -s ${PORTSDIR}/graphics/png/work/libpng-0.96 ${WRKSRC}/libpng
- cd ${WRKSRC} && unzip ${DISTDIR}/${HP850_DRV}
-.for file in gdevcd8.c gdevcd8.h
-# ( cd ${WRKSRC} && sed -e "s/\\\\,//" < ${file} | sed -e "s/\\ //" > ${file}.tmp && mv ${file}.tmp ${file} )
- ( cd ${WRKSRC} && sed -e "s/ //" < ${file} > ${file}.tmp && mv ${file}.tmp ${file} )
-.endfor
+ cd ${WRKSRC} && unzip -La ${DISTDIR}/${HP850_DRV}
do-configure:
.if defined(BATCH)