summaryrefslogtreecommitdiff
path: root/misc/proxyper/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-02-27 23:06:42 +0000
committerSteve Price <steve@FreeBSD.org>2000-02-27 23:06:42 +0000
commitdef29bf4534b0d9c306d5549cc57ec4de6c949a5 (patch)
tree49090c1c3aae84b37916ea6933ac078f2d7fb597 /misc/proxyper/Makefile
parentFix build errors on -current. (diff)
I'm pretty sure this was meant to create a symlink if it didn't exist and
not what it was really doing. In any case this now packages correctly.
Notes
Notes: svn path=/head/; revision=26387
Diffstat (limited to '')
-rw-r--r--misc/proxyper/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/proxyper/Makefile b/misc/proxyper/Makefile
index 9d630a60f396..697fb118674e 100644
--- a/misc/proxyper/Makefile
+++ b/misc/proxyper/Makefile
@@ -45,7 +45,7 @@ do-install:
${INSTALL} -c -m 644 -o ${PROXYUID} -g ${PROXYGID} ${WRKSRC}/Readme.txt ${BINDIR}
${CHOWN} ${PROXYUID}:${PROXYGID} ${BINDIR}
${CHMOD} 755 ${BINDIR}
- if [ ! -f ${BINDIR}/proxyper.sh ]; then \
+ if [ ! -f ${LIBDIR}/proxyper.sh ]; then \
${LN} -s ${BINDIR}proxyper.sh ${LIBDIR}proxyper.sh; \
fi