diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-04-27 11:29:10 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-04-27 11:29:10 +0000 |
commit | bf40881482c46fe17e2dd456f97208282944510c (patch) | |
tree | bb1db95ba95c70090fd9db6fdd461582318efc88 | |
parent | HTTPSQS 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/Makefile | 2 |
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 |