summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2000-04-01 12:32:06 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2000-04-01 12:32:06 +0000
commit67fc71d8347ca140a016749163dd8a9638743f89 (patch)
tree45071fc084614c5e49f209c27ce73e0aef1db87d /textproc
parentAdd xrmftp 1.2.4, a xforms-based FTP client. (diff)
Correct installation problem (WRKDIR -> WRKSRC)
Notes
Notes: svn path=/head/; revision=27236
Diffstat (limited to 'textproc')
-rw-r--r--textproc/code2html/Makefile4
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>