diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-01-21 14:39:37 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-01-21 14:39:37 +0000 |
commit | b4fb9ac91bcadbc1191870f3347230a56e8dda3f (patch) | |
tree | 0cf7012b62eceaaff83f6298868380f344aa63b1 /print | |
parent | Add 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>
Diffstat (limited to 'print')
-rw-r--r-- | print/transfig/files/patch-ac | 2 |
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. |