diff options
Diffstat (limited to 'textproc/lq-sp/patches/patch-aa')
-rw-r--r-- | textproc/lq-sp/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/textproc/lq-sp/patches/patch-aa b/textproc/lq-sp/patches/patch-aa new file mode 100644 index 00000000000..5f3420afcc3 --- /dev/null +++ b/textproc/lq-sp/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2001/05/30 09:44:00 abs Exp $ + +--- Makefile.orig Wed May 30 02:07:11 2001 ++++ Makefile Wed May 30 02:08:00 2001 +@@ -1,7 +1,7 @@ + # Copyright (c) 1994, 1995 James Clark + # See the file COPYING for copying permission. + +-prefix=/usr/local ++prefix=@PREFIX@ + exec_prefix=$(prefix) + # Where to install the binaries + bindir=$(exec_prefix)/bin |