diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2003-08-22 04:49:50 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2003-08-22 04:49:50 +0000 |
commit | f594cd6879f94abd3a3b5ad9dc9de1b0714c7abe (patch) | |
tree | 25d2b2b10f996bf47843d1b550c7d040cfcf9d72 /print/lgrind/files/patch-Makefile | |
parent | update www/opera: 7.20.20030811 -> 7.20.20030821 (diff) |
update print/lgrind: change location of patches (Homepage will expire)
PR: 55832
Submitted by: Kay Lehmann <kay_lehmann@web.de> (maintainer)
Notes
Notes:
svn path=/head/; revision=87476
Diffstat (limited to 'print/lgrind/files/patch-Makefile')
-rw-r--r-- | print/lgrind/files/patch-Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/print/lgrind/files/patch-Makefile b/print/lgrind/files/patch-Makefile new file mode 100644 index 000000000000..94708e838b72 --- /dev/null +++ b/print/lgrind/files/patch-Makefile @@ -0,0 +1,16 @@ +--- Makefile.orig Sat Apr 20 14:54:37 2002 ++++ Makefile Sat Apr 20 14:55:38 2002 +@@ -2,11 +2,11 @@ + + # $Id: Makefile,v 1.10 2000/12/27 21:42:37 mike Exp $ + +-BASEDIR=/usr ++BASEDIR=/usr/local + #DEFSFILE=${HOME}/Work/lgrind/lgrindef + DEFSFILE=$(BASEDIR)/share/texmf/tex/latex/lgrind/lgrindef + TEXFILEDIR=$(BASEDIR)/share/texmf/tex/latex/lgrind +-DOCDIR=$(BASEDIR)/doc/lgrind ++DOCDIR=$(BASEDIR)/share/texmf/doc/latex/lgrind + + INSTALL=install + SOURCES=lgrind.c lgutil.c regexp.c regexp.h lgrindef.c lgrindef.h retest.c v2lg.c |