diff options
author | cy <cy@FreeBSD.org> | 2011-05-21 04:05:14 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2011-05-21 04:05:14 +0800 |
commit | 05e25c19b0b6c094f324750e938e9d46865069d7 (patch) | |
tree | 908b5c418a3528b7b16070702fd81fe274c475ab | |
parent | 7267a5054c27c081b13c6640ffb6a8f42d0516a6 (diff) | |
download | freebsd-ports-gnome-05e25c19b0b6c094f324750e938e9d46865069d7.tar.gz freebsd-ports-gnome-05e25c19b0b6c094f324750e938e9d46865069d7.tar.zst freebsd-ports-gnome-05e25c19b0b6c094f324750e938e9d46865069d7.zip |
Coexistence with the other vnc ports was not complete. When PREFIX is
specifid, tell the install script where DESTDIR is.
-rw-r--r-- | net/tridiavnc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/tridiavnc/Makefile b/net/tridiavnc/Makefile index d2b39e6b4c36..d97277d058cc 100644 --- a/net/tridiavnc/Makefile +++ b/net/tridiavnc/Makefile @@ -29,6 +29,7 @@ CONFLICTS= tightvnc-[0-9]* vnc-[0-9]* .ifdef(TRIDIAVNC_BASE) PREFIX=${TRIDIAVNC_BASE} +MAKE_ENV+= DESTDIR=${TRIDIAVNC_BASE} .endif .include <bsd.port.pre.mk> |