diff options
author | will <will@FreeBSD.org> | 2001-03-02 09:05:45 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-03-02 09:05:45 +0800 |
commit | 8854d3b4ba18e4584361de20752ff6cb571043b1 (patch) | |
tree | f316d2b322b01629ae9c47b9b38df21cbca9a7f5 /misc/proxyper | |
parent | e751cef452504b1444c1169b42ff914290cdcdf1 (diff) | |
download | freebsd-ports-gnome-8854d3b4ba18e4584361de20752ff6cb571043b1.tar.gz freebsd-ports-gnome-8854d3b4ba18e4584361de20752ff6cb571043b1.tar.zst freebsd-ports-gnome-8854d3b4ba18e4584361de20752ff6cb571043b1.zip |
Fix files/proxyper.sh install.
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 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} |