summaryrefslogtreecommitdiff
path: root/print/lgrind/patches/patch-aa
blob: 1b706e7d06a3dd215a5ac801cfae6050755bc017 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$NetBSD: patch-aa,v 1.3 1999/12/07 20:51:32 rh Exp $

--- Makefile.orig	Tue Aug  4 15:02:00 1998
+++ Makefile	Tue Dec  7 21:48:48 1999
@@ -4,11 +4,11 @@
 
 # You will almost certainly want to change these
-BASEDIR=/usr/TeX
-DESTDIR=${BASEDIR}/bin
+BASEDIR=${PREFIX}/share
+DESTDIR=${PREFIX}/bin
 #DEFSFILE=/home/mike/LGrind/lgrindef
 DEFSFILE=${BASEDIR}/texmf/tex/latex/lgrind/lgrindef
 TEXINPUTS=${BASEDIR}/texmf/tex/latex/lgrind
 DOC=${BASEDIR}/texmf/doc/latex/lgrind
-MAN=${BASEDIR}/man
+MAN=${PREFIX}/man
 
 CC=gcc