diff options
author | Steve Price <steve@FreeBSD.org> | 2000-02-27 23:06:42 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-02-27 23:06:42 +0000 |
commit | def29bf4534b0d9c306d5549cc57ec4de6c949a5 (patch) | |
tree | 49090c1c3aae84b37916ea6933ac078f2d7fb597 /misc/proxyper | |
parent | 565885bc43c540a267df039175729e920d48a176 (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 'misc/proxyper')
-rw-r--r-- | misc/proxyper/Makefile | 2 |
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 |