diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-06-18 17:56:54 +0800 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-06-18 17:56:54 +0800 |
commit | 05743125343f3a778910e364b96cbb9171286e6d (patch) | |
tree | 8feab45a2569a5c88c5b52fb8ad3abc5d384531a /lang/ucc | |
parent | a55eb6472764578c169bc76ce1f728b4ff8c0f02 (diff) | |
download | freebsd-ports-gnome-05743125343f3a778910e364b96cbb9171286e6d.tar.gz freebsd-ports-gnome-05743125343f3a778910e364b96cbb9171286e6d.tar.zst freebsd-ports-gnome-05743125343f3a778910e364b96cbb9171286e6d.zip |
Fix install with custom PREFIX.
Submitted by: maintainer
Reported by: QATty
Diffstat (limited to 'lang/ucc')
-rw-r--r-- | lang/ucc/files/patch-Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ucc/files/patch-Makefile b/lang/ucc/files/patch-Makefile index 72a652162997..58d4ebded3af 100644 --- a/lang/ucc/files/patch-Makefile +++ b/lang/ucc/files/patch-Makefile @@ -3,7 +3,7 @@ @@ -1,21 +1,21 @@ -UCCDIR = /usr/local/lib/ucc -export UCCDIR -+UCCDIR = /usr/local ++UCCDIR = ${PREFIX} +#export UCCDIR all: |