Add missing slash to fix install error (that shows up as a packaging error).

PR:		16253
Submitted by:	Alexander Langer <alex@cichlids.com>
This commit is contained in:
Satoshi Asami 2000-01-21 14:39:37 +00:00
parent afeecf593d
commit b4fb9ac91b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24874

View File

@ -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.