aboutsummaryrefslogtreecommitdiffstats
path: root/misc/proxyper
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>2000-02-28 07:06:42 +0800
committersteve <steve@FreeBSD.org>2000-02-28 07:06:42 +0800
commitca722cceaeeecad5abf7102b602e7eaba8fd81b0 (patch)
treea53da9a7cd07ee6ff81c7caefd2ac22f70bb92b8 /misc/proxyper
parent71f01683c8b2a0285a68da611ff1d2be6a5492c8 (diff)
downloadfreebsd-ports-gnome-ca722cceaeeecad5abf7102b602e7eaba8fd81b0.tar.gz
freebsd-ports-gnome-ca722cceaeeecad5abf7102b602e7eaba8fd81b0.tar.zst
freebsd-ports-gnome-ca722cceaeeecad5abf7102b602e7eaba8fd81b0.zip
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.
Diffstat (limited to 'misc/proxyper')
-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