diff options
-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 - |