diff options
author | drochner <drochner> | 2000-02-03 19:34:19 +0000 |
---|---|---|
committer | drochner <drochner> | 2000-02-03 19:34:19 +0000 |
commit | 5c2eba219800db8a19edef43e9a1e79a2808b026 (patch) | |
tree | 25263e2a902bd4cf7677b7cbcf67eedb83d0b082 | |
parent | 81379001dbf930b03eda2c9f74c519ed7c5c755c (diff) | |
download | pkgsrc-5c2eba219800db8a19edef43e9a1e79a2808b026.tar.gz |
not needed anymore
-rw-r--r-- | print/pdflib/scripts/post-extract | 5 | ||||
-rw-r--r-- | print/pdflib/scripts/post-patch | 8 | ||||
-rw-r--r-- | print/pdflib/scripts/pre-install | 11 |
3 files changed, 0 insertions, 24 deletions
diff --git a/print/pdflib/scripts/post-extract b/print/pdflib/scripts/post-extract deleted file mode 100644 index 6179648ccf1..00000000000 --- a/print/pdflib/scripts/post-extract +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -# $NetBSD: post-extract,v 1.1.1.1 1999/02/28 15:17:54 hwr Exp $ - -cd ${WRKSRC} -cp makefile.gcc Makefile diff --git a/print/pdflib/scripts/post-patch b/print/pdflib/scripts/post-patch deleted file mode 100644 index 6127e4b243c..00000000000 --- a/print/pdflib/scripts/post-patch +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -# $NetBSD: post-patch,v 1.2 1999/03/11 12:29:36 hwr Exp $ - -cd ${WRKSRC} -mv Makefile Makefile.orig -sed -e "s|@PREFIX@|${LOCALBASE}|" < Makefile.orig > Makefile -mv pdf.h pdf.h.orig -sed -e "s|@PREFIX@|${LOCALBASE}|" < pdf.h.orig > pdf.h diff --git a/print/pdflib/scripts/pre-install b/print/pdflib/scripts/pre-install deleted file mode 100644 index 9d100879f7e..00000000000 --- a/print/pdflib/scripts/pre-install +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -# $NetBSD: pre-install,v 1.3 1999/03/01 20:33:01 hwr Exp $ - -cd ${WRKSRC} -cp p_port.h ${LOCALBASE}/include -cp pdf.h ${LOCALBASE}/include -cp libpdf.a ${LOCALBASE}/lib -mkdir ${LOCALBASE}/share/afm -cp fonts/*.afm ${LOCALBASE}/share/afm/ -cp fonts/afmlist ${LOCALBASE}/share/afm/ -cp text2pdf ${LOCALBASE}/bin |