diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-04-01 12:32:06 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-04-01 12:32:06 +0000 |
commit | 67fc71d8347ca140a016749163dd8a9638743f89 (patch) | |
tree | 45071fc084614c5e49f209c27ce73e0aef1db87d /textproc | |
parent | cb2b64d73c6ed8a1ad72df002e807a237a3e0860 (diff) | |
download | ports-67fc71d8347ca140a016749163dd8a9638743f89.tar.gz ports-67fc71d8347ca140a016749163dd8a9638743f89.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/code2html/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/code2html/Makefile b/textproc/code2html/Makefile index 1393c18aad3c..dc7b2a41724e 100644 --- a/textproc/code2html/Makefile +++ b/textproc/code2html/Makefile @@ -28,7 +28,7 @@ do-configure: @${PERL} -pi.orig -e 's|etc/code|usr/local/etc/code|' ${WRKSRC}/code2html.1 do-install: - ${INSTALL_SCRIPT} ${WRKDIR}/code2html ${PREFIX}/bin - ${INSTALL_MAN} ${WRKDIR}/code2html.1 ${PREFIX}/man/man1 + ${INSTALL_SCRIPT} ${WRKSRC}/code2html ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/code2html.1 ${PREFIX}/man/man1 .include <bsd.port.mk> |