aboutsummaryrefslogtreecommitdiff
path: root/print/html2ps-letter/scripts/pre-configure
diff options
context:
space:
mode:
Diffstat (limited to 'print/html2ps-letter/scripts/pre-configure')
-rw-r--r--print/html2ps-letter/scripts/pre-configure9
1 files changed, 0 insertions, 9 deletions
diff --git a/print/html2ps-letter/scripts/pre-configure b/print/html2ps-letter/scripts/pre-configure
deleted file mode 100644
index 96c9dabee87e..000000000000
--- a/print/html2ps-letter/scripts/pre-configure
+++ /dev/null
@@ -1,9 +0,0 @@
-#! /bin/sh
-
-perl -pi -e "s=!!PREFIX!!=$PREFIX=" ${WRKSRC}/install
-perl -pi -e "s=!!PERL5!!=$PERL=" ${WRKSRC}/install
-perl -pi -e "s=!!PAPERSIZE!!=$PAPERSIZE=" ${WRKSRC}/install
-perl -pi -e "s=!!PREFIX!!=$PREFIX=" ${WRKSRC}/html2ps
-perl -pi -e "s=!!PERL5!!=$PERL=" ${WRKSRC}/html2ps
-
-exit 0