diff options
author | mph <mph@FreeBSD.org> | 1998-05-05 13:14:03 +0800 |
---|---|---|
committer | mph <mph@FreeBSD.org> | 1998-05-05 13:14:03 +0800 |
commit | 433dffb61d26e99c5258467297df561e8f956205 (patch) | |
tree | 949e1c699417e534d1e5bc6b019d2fe7548f5b1a /textproc | |
parent | 651bf1f8514c2eb06acd6f506b7a1368d5898fc6 (diff) | |
download | freebsd-ports-gnome-433dffb61d26e99c5258467297df561e8f956205.tar.gz freebsd-ports-gnome-433dffb61d26e99c5258467297df561e8f956205.tar.zst freebsd-ports-gnome-433dffb61d26e99c5258467297df561e8f956205.zip |
Copy the properly configured script to ${PREFIX}/bin, hopefully for
real this time. :-)
Submitted by: Brett Taylor <brett@peloton.physics.montana.edu>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/latex2html/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/latex2html/Makefile b/textproc/latex2html/Makefile index 824d7fa4d21d..7a81cebbc7a0 100644 --- a/textproc/latex2html/Makefile +++ b/textproc/latex2html/Makefile @@ -3,7 +3,7 @@ # Date created: 3 May 1998 # Whom: brett@peloton.physics.montana.edu # -# $Id: Makefile,v 1.1.1.1 1998/05/05 01:00:20 mph Exp $ +# $Id: Makefile,v 1.2 1998/05/05 03:59:28 mph Exp $ # DISTNAME= latex2html-98.1p1 @@ -43,7 +43,7 @@ do-install: post-install: @cd ${PREFIX}/share/latex2html && env LATEX2HTMLDIR=${PREFIX}/share/latex2html ${PREFIX}/bin/perl ${PREFIX}/share/latex2html/install-test - @${INSTALL_SCRIPT} ${WRKSRC}/latex2html ${PREFIX}/bin + @${INSTALL_SCRIPT} ${PREFIX}/share/latex2html/latex2html ${PREFIX}/bin @${ECHO_MSG} "********************************************************" @${ECHO_MSG} "Latex2html has now been installed with a very basic" @${ECHO_MSG} "configuration and HTML specific style files have been" |