aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>2000-01-21 22:39:37 +0800
committerasami <asami@FreeBSD.org>2000-01-21 22:39:37 +0800
commit97e712292c504f7c4d7433d49fc609ae5379ea06 (patch)
treef9c436cbd84239fdd2382b00d9c1c7ba7f69fb4e
parent56ee714cbfa104e9853703b63136991c5cdaab77 (diff)
downloadfreebsd-ports-gnome-97e712292c504f7c4d7433d49fc609ae5379ea06.tar.gz
freebsd-ports-gnome-97e712292c504f7c4d7433d49fc609ae5379ea06.tar.zst
freebsd-ports-gnome-97e712292c504f7c4d7433d49fc609ae5379ea06.zip
Add missing slash to fix install error (that shows up as a packaging error).
PR: 16253 Submitted by: Alexander Langer <alex@cichlids.com>
-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.