diff options
author | hwr <hwr> | 1999-03-11 12:29:36 +0000 |
---|---|---|
committer | hwr <hwr> | 1999-03-11 12:29:36 +0000 |
commit | 9b44930ced2e50407e440404603ef9f922e342d7 (patch) | |
tree | 6b8038151f2d37108b2783ddee0c5c24b9831b1d /print | |
parent | e80e7830a2a33250ed4b3362e569c516c210619c (diff) | |
download | pkgsrc-9b44930ced2e50407e440404603ef9f922e342d7.tar.gz |
Remove additional bugfix.
Diffstat (limited to 'print')
-rw-r--r-- | print/pdflib/scripts/post-patch | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print/pdflib/scripts/post-patch b/print/pdflib/scripts/post-patch index 5b5037312f6..6127e4b243c 100644 --- a/print/pdflib/scripts/post-patch +++ b/print/pdflib/scripts/post-patch @@ -1,9 +1,8 @@ #!/bin/sh -# $NetBSD: post-patch,v 1.1 1999/03/01 20:33:01 hwr Exp $ +# $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 - |