summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-03-02 01:05:45 +0000
committerWill Andrews <will@FreeBSD.org>2001-03-02 01:05:45 +0000
commit64b958a60b47aaf95684f222df887b3eb9e273cb (patch)
treeddfbb11c7891f17f94c1a024801b33beee3ca4d9 /misc
parentThe path needs to be dinked with for the install-user target as well. (diff)
Fix files/proxyper.sh install.
Notes
Notes: svn path=/head/; revision=38948
Diffstat (limited to 'misc')
-rw-r--r--misc/proxyper/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/proxyper/Makefile b/misc/proxyper/Makefile
index b99aa687efdd..ee89fb805ede 100644
--- a/misc/proxyper/Makefile
+++ b/misc/proxyper/Makefile
@@ -44,7 +44,7 @@ do-install:
${MKDIR} ${BINDIR}; \
fi
${INSTALL_PROGRAM} ${WRKSRC}/proxyper ${BINDIR}
- ${INSTALL_SCRIPT} ${WRKSRC}/proxyper.sh ${BINDIR}
+ ${INSTALL_SCRIPT} ${FILESDIR}/proxyper.sh ${BINDIR}
${INSTALL_DATA} ${WRKSRC}/proxyper.ini ${BINDIR}
${INSTALL_MAN} ${WRKSRC}/ChangeLog.txt ${BINDIR}
${INSTALL_MAN} ${WRKSRC}/Readme.txt ${BINDIR}