aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
Diffstat (limited to 'textproc')
-rw-r--r--textproc/docbook/Makefile4
-rw-r--r--textproc/dsssl-docbook-modular/Makefile4
-rw-r--r--textproc/html/Makefile4
-rw-r--r--textproc/iso12083/Makefile4
-rw-r--r--textproc/iso8879/Makefile4
-rw-r--r--textproc/linuxdoc/Makefile4
-rw-r--r--textproc/texi2html/Makefile3
7 files changed, 7 insertions, 20 deletions
diff --git a/textproc/docbook/Makefile b/textproc/docbook/Makefile
index ba6045a3c228..0035952c4df9 100644
--- a/textproc/docbook/Makefile
+++ b/textproc/docbook/Makefile
@@ -3,7 +3,7 @@
# Date created: June 19, 1997
# Whom: jfieber
#
-# $Id: Makefile,v 1.2 1997/06/29 09:49:45 obrien Exp $
+# $Id: Makefile,v 1.3 1997/07/10 02:41:08 jfieber Exp $
#
DISTNAME= docbook-3.0
@@ -18,8 +18,6 @@ RUN_DEPENDS= ${ISOCAT}:${PORTSDIR}/textproc/iso8879
NO_MTREE= yes
EXTRACT_ONLY= # empty
NO_BUILD= yes
-NO_PATCH= yes
-NO_CONFIGURE= yes
NO_WRKSUBDIR= yes
INSTDIR= ${PREFIX}/share/sgml/docbook
diff --git a/textproc/dsssl-docbook-modular/Makefile b/textproc/dsssl-docbook-modular/Makefile
index 925c80bf3c6d..55f84df7ed29 100644
--- a/textproc/dsssl-docbook-modular/Makefile
+++ b/textproc/dsssl-docbook-modular/Makefile
@@ -3,7 +3,7 @@
# Date created: 16 March 1998
# Whom: Jun Kuriyama <kuriyama@opt.phys.waseda.ac.jp>
#
-# $Id: Makefile,v 1.1.1.1 1998/03/25 14:10:27 nik Exp $
+# $Id: Makefile,v 1.2 1998/06/19 15:25:16 kuriyama Exp $
#
DISTNAME= db108
@@ -22,8 +22,6 @@ EXTRACT_CMD= unzip
EXTRACT_BEFORE_ARGS= -a -q -L
NO_MTREE= yes
NO_BUILD= yes
-NO_PATCH= yes
-NO_CONFIGURE= yes
INSTDIR= ${PREFIX}/share/sgml/docbook/dsssl/modular
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
diff --git a/textproc/iso12083/Makefile b/textproc/iso12083/Makefile
index d0b5876621a8..d3e99ec6394a 100644
--- a/textproc/iso12083/Makefile
+++ b/textproc/iso12083/Makefile
@@ -3,7 +3,7 @@
# Date created: July 9, 1997
# Whom: jfieber
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1997/07/10 14:36:44 jfieber Exp $
#
DISTNAME= iso12083-1993
@@ -17,8 +17,6 @@ DIST_SUBDIR= iso12083
NO_MTREE= yes
NO_BUILD= yes
-NO_PATCH= yes
-NO_CONFIGURE= yes
NO_WRKSUBDIR= yes
EXTRACT_ONLY= # empty
diff --git a/textproc/iso8879/Makefile b/textproc/iso8879/Makefile
index 81d6b88016e6..914737b433cc 100644
--- a/textproc/iso8879/Makefile
+++ b/textproc/iso8879/Makefile
@@ -3,7 +3,7 @@
# Date created: June 19, 1997
# Whom: jfieber
#
-# $Id: Makefile,v 1.4 1997/07/10 03:25:28 jfieber Exp $
+# $Id: Makefile,v 1.5 1998/02/08 22:54:57 steve Exp $
#
DISTNAME= isoENTS
@@ -19,8 +19,6 @@ BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
NO_MTREE= yes
EXTRACT_ONLY= # empty
NO_BUILD= yes
-NO_PATCH= yes
-NO_CONFIGURE= yes
NO_WRKSUBDIR= yes
INSTDIR= ${PREFIX}/share/sgml/iso8879
diff --git a/textproc/linuxdoc/Makefile b/textproc/linuxdoc/Makefile
index 23f915fbca14..c7134e224fe9 100644
--- a/textproc/linuxdoc/Makefile
+++ b/textproc/linuxdoc/Makefile
@@ -3,7 +3,7 @@
# Date created: July 8, 1997
# Whom: jfieber
#
-# $Id: Makefile,v 1.3 1997/07/10 02:34:31 jfieber Exp $
+# $Id: Makefile,v 1.4 1998/01/17 17:25:46 jfieber Exp $
#
DISTNAME= linuxdoc-1.1
@@ -17,8 +17,6 @@ RUN_DEPENDS= ${ISOCAT}:${PORTSDIR}/textproc/iso8879
NO_MTREE= yes
EXTRACT_ONLY= # empty
NO_BUILD= yes
-NO_PATCH= yes
-NO_CONFIGURE= yes
NO_WRKSUBDIR= yes
INSTDIR= ${PREFIX}/share/sgml/linuxdoc
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