diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-06-27 05:20:00 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-06-27 05:20:00 +0000 |
commit | 7d45e2b7a193d40e6c5b529f166e38e0af53a8c3 (patch) | |
tree | 1aa2bbfd19ad2c48caed151304d90d00e672730a /textproc/texi2html | |
parent | Make this port build again. (diff) |
Remove NO_CONFIGURE and NO_PATCH, they never meant anything.
Diffstat (limited to 'textproc/texi2html')
-rw-r--r-- | textproc/texi2html/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/texi2html/Makefile b/textproc/texi2html/Makefile index bc78cc814931..2dcc8a00610f 100644 --- a/textproc/texi2html/Makefile +++ b/textproc/texi2html/Makefile @@ -3,7 +3,7 @@ # Date created: 5 Nov 1997 # Whom: Ian Vaudrey <i.vaudrey@bigfoot.com> # -# $Id: Makefile,v 1.2 1997/12/15 05:50:39 max Exp $ +# $Id: Makefile,v 1.3 1998/01/19 13:18:44 vanilla Exp $ # DISTNAME= texi2html @@ -18,7 +18,6 @@ EXTRACT_CMD= uncompress EXTRACT_BEFORE_ARGS= -c EXTRACT_AFTER_ARGS= | sh NO_WRKSUBDIR= yes -NO_CONFIGURE= yes NO_BUILD= yes MAN1= texi2html.1 |