diff options
Diffstat (limited to 'misc/proxyper/Makefile')
-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 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} |