diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-08 12:52:42 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-08 12:52:42 +0000 |
commit | b2e7ed49f1ae3bbd036edc6a0d2196197a210c4c (patch) | |
tree | ef4231176d44793a3cfdaaf931831bd56bf2bd10 /print/foomatic-db-engine/files/patch-Makefile.in | |
parent | Add the manual page checksums back in to alpha. (diff) |
New port: print/foomatic-db-engine
db engine for foomatic (and gimp-print) printer drivers
PR: ports/48812
Submitted by: Martin Ranne <gasp@ridcully.dnsalias.org>
Notes
Notes:
svn path=/head/; revision=90631
Diffstat (limited to 'print/foomatic-db-engine/files/patch-Makefile.in')
-rw-r--r-- | print/foomatic-db-engine/files/patch-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/print/foomatic-db-engine/files/patch-Makefile.in b/print/foomatic-db-engine/files/patch-Makefile.in new file mode 100644 index 000000000000..68f9ba5b9e3a --- /dev/null +++ b/print/foomatic-db-engine/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Sun Apr 27 10:22:31 2003 ++++ Makefile.in Wed Oct 8 04:56:22 2003 +@@ -62,7 +62,7 @@ + PERL_INSTALLDIRS=@PERL_INSTALLDIRS@ + + # Genereal paths for all filter scripts +-EXEC_PATH=/usr/local/bin:/usr/bin:/bin ++EXEC_PATH=${LOCALBASE}/bin:/usr/bin:/bin + LOG_PATH=/tmp + + # Paths for LPD and LPRng |