summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-04-27 11:29:10 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-04-27 11:29:10 +0000
commitbf40881482c46fe17e2dd456f97208282944510c (patch)
treebb1db95ba95c70090fd9db6fdd461582318efc88
parentHTTPSQS is a Simple Queue Service based on HTTP GET/POST protocol. It can (diff)
fix s/%%PREFIX/${PREFIX}/ typo
PR: ports/156673 Submitted by: "Iwao, Koichiro" <meta _at_ club.kyutech.ac.jp>
Notes
Notes: svn path=/head/; revision=273253
-rw-r--r--net/xrdp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/xrdp/Makefile b/net/xrdp/Makefile
index 51487dc73582..e3714517bb69 100644
--- a/net/xrdp/Makefile
+++ b/net/xrdp/Makefile
@@ -32,7 +32,7 @@ RUN_DEPENDS+= Xvnc:${PORTSDIR}/net/vnc
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-USE_LDCONFIG= %%PREFIX%%/lib/xrdp
+USE_LDCONFIG= ${PREFIX}/lib/xrdp
OPTIONS= DEBUG "Build with debugging symbols" off \
JP106 "Install Japanese JP106 Keymap" on