summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-01-21 14:39:37 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-01-21 14:39:37 +0000
commitb4fb9ac91bcadbc1191870f3347230a56e8dda3f (patch)
tree0cf7012b62eceaaff83f6298868380f344aa63b1 /print
parentAdd USE_BISON. (diff)
Add missing slash to fix install error (that shows up as a packaging error).
PR: 16253 Submitted by: Alexander Langer <alex@cichlids.com>
Notes
Notes: svn path=/head/; revision=24874
Diffstat (limited to 'print')
-rw-r--r--print/transfig/files/patch-ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/print/transfig/files/patch-ac b/print/transfig/files/patch-ac
index 0afe441822ca..8c68feed3314 100644
--- a/print/transfig/files/patch-ac
+++ b/print/transfig/files/patch-ac
@@ -5,7 +5,7 @@
XCOMM and installed xfig. This will be made automatic in the future.
-XFIGLIBDIR = /usr/local/lib/X11/xfig
-+XFIGLIBDIR = $(PREFIX)lib/X11/xfig
++XFIGLIBDIR = $(PREFIX)/lib/X11/xfig
XCOMM If your system has the strerror() function (doesn't have sys_errlist) then
XCOMM comment out NEED_STRERROR with an XCOMM comment.