diff options
author | asami <asami@FreeBSD.org> | 1998-06-27 13:20:00 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-06-27 13:20:00 +0800 |
commit | e269a25f5fbe6f5626fa7696046c91f0e36832f1 (patch) | |
tree | 02d1ad171b5720b31c48c226c5121a772f67ac0d /textproc/html | |
parent | 03fbfa5e0bb896209a3cf1029f2913c43887f16f (diff) | |
download | freebsd-ports-gnome-e269a25f5fbe6f5626fa7696046c91f0e36832f1.tar.gz freebsd-ports-gnome-e269a25f5fbe6f5626fa7696046c91f0e36832f1.tar.zst freebsd-ports-gnome-e269a25f5fbe6f5626fa7696046c91f0e36832f1.zip |
Remove NO_CONFIGURE and NO_PATCH, they never meant anything.
Diffstat (limited to 'textproc/html')
-rw-r--r-- | textproc/html/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/html/Makefile b/textproc/html/Makefile index dc2a5e07eee5..c50f87ce5df6 100644 --- a/textproc/html/Makefile +++ b/textproc/html/Makefile @@ -3,7 +3,7 @@ # Date created: Sept 19, 1997 # Whom: jfieber # -# $Id: Makefile,v 1.1.1.1 1997/09/19 21:19:25 jfieber Exp $ +# $Id: Makefile,v 1.2 1998/06/05 16:33:06 jfieber Exp $ # DISTNAME= html-4.0b @@ -15,8 +15,6 @@ MAINTAINER= jfieber@FreeBSD.ORG NO_MTREE= yes EXTRACT_ONLY= # empty NO_BUILD= yes -NO_PATCH= yes -NO_CONFIGURE= yes NO_WRKSUBDIR= yes INSTDIR= ${PREFIX}/share/sgml/html |