summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-24 20:05:43 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-24 20:05:43 +0000
commit982df7933d134e40f87ff51842ff9c149f6bb191 (patch)
tree08a87ce3fb0c282b88f09a6a2ce860b564eda3e8
parent050262b2cf384aefde0de626f0f0699544e2f307 (diff)
downloadmandoc-982df7933d134e40f87ff51842ff9c149f6bb191.tar.gz
mandoc-982df7933d134e40f87ff51842ff9c149f6bb191.tar.zst
mandoc-982df7933d134e40f87ff51842ff9c149f6bb191.zip
More fixes from Ulrich Sporlein. (freebsd)
-rw-r--r--Makefile10
-rw-r--r--Makefile.freebsd44
-rw-r--r--index.sgml12
3 files changed, 34 insertions, 32 deletions
diff --git a/Makefile b/Makefile
index 59d4b9d2..2495610f 100644
--- a/Makefile
+++ b/Makefile
@@ -9,8 +9,8 @@ INSTALL_DATA = install -m 0444
INSTALL_LIB = install -m 0644
INSTALL_MAN = $(INSTALL_DATA)
-VERSION = 1.7.2
-VDATE = 23 March 2009
+VERSION = 1.7.3
+VDATE = 24 March 2009
VFLAGS = -DVERSION=\"$(VERSION)\"
CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -g
@@ -50,8 +50,10 @@ TARGZS = mdocml-$(VERSION).tar.gz \
MANS = mandoc.1 mdoc.3 mdoc.7 manuals.7
BINS = mandoc
CLEAN = $(BINS) $(LNS) $(LLNS) $(LIBS) $(OBJS) $(HTMLS) $(TARGZS)
-INSTALL = $(SRCS) $(HEADS) Makefile DESCR $(MANS) $(SGMLS) \
- $(STATICS) Makefile.netbsd Makefile.openbsd $(DATAS)
+MAKEFILES = Makefile.netbsd Makefile.openbsd Makefile.freebsd \
+ Makefile
+INSTALL = $(SRCS) $(HEADS) $(MAKEFILES) DESCR $(MANS) $(SGMLS) \
+ $(STATICS) $(DATAS)
all: $(BINS)
diff --git a/Makefile.freebsd b/Makefile.freebsd
index 391c1d80..8d3b1e51 100644
--- a/Makefile.freebsd
+++ b/Makefile.freebsd
@@ -1,22 +1,22 @@
-# New ports collection makefile for: textproc/mdocml
-# Date created: 09.03.2009
-# Whom: Ulrich Spoerlein <uspoerlein@gmail.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= mdocml
-PORTVERSION= @VERSION@
-CATEGORIES= textproc
-MASTER_SITES= http://mdocml.bsd.lv/snapshots/ \
- https://www.spoerlein.net/pub/mdocml/
-
-MAINTAINER= uspoerlein@gmail.com
-COMMENT= mdoc macro compiler
-
-MAN1= mandoc.1
-MAN7= mdoc.7
-
-PLIST_FILES= bin/mandoc
-
-.include <bsd.port.mk>
+# New ports collection makefile for: textproc/mdocml
+# Date created: 09.03.2009
+# Whom: Ulrich Spoerlein <uspoerlein@gmail.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= mdocml
+PORTVERSION= @VERSION@
+CATEGORIES= textproc
+MASTER_SITES= http://mdocml.bsd.lv/snapshots/ \
+ https://www.spoerlein.net/pub/mdocml/
+
+MAINTAINER= uspoerlein@gmail.com
+COMMENT= mdoc macro compiler
+
+MAN1= mandoc.1
+MAN7= mdoc.7
+
+PLIST_FILES= bin/mandoc
+
+.include <bsd.port.mk>
diff --git a/index.sgml b/index.sgml
index 48481afd..8b9a0879 100644
--- a/index.sgml
+++ b/index.sgml
@@ -138,12 +138,11 @@
</h3>
<p class="boxed">
- # pkg_delete mdocml<br>
- # cd /usr/ports/textproc/<br>
- # rm -rf mdocml<br>
+ # pkg_delete -x mdocml<br>
+ # cd /tmp<br>
# ftp -V -o- http://mdocml.bsd.lv/ports-freebsd/mdocml.tar.gz | tar -zvxf -<br>
# cd mdocml<br>
- # make build<br>
+ # make<br>
# make install
</p>
</td>
@@ -159,7 +158,8 @@
href="http://mailhide.recaptcha.net/d?k=01jt88xIsFONwVjHZmGpc4AQ==&amp;c=sb5E6ulipc-eTnpTVqI-BQ=="
onclick="window.open('http://mailhide.recaptcha.net/d?k=01jt88xIsFONwVjHZmGpc4AQ==&amp;c=sb5E6ulipc-eTnpTVqI-BQ==',
'', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=300'); return
- false;" title="Reveal this e-mail address">...</a>@kth.se, with questions, bug reports, patches, and so on.
+ false;" title="Reveal this e-mail address">...</a>@kth.se, with questions, bug reports, patches, and so
+ on.
</p>
<p>
@@ -171,7 +171,7 @@
<tr>
<td>
<div class="foot">
- Copyright &#169; 2008, 2009 Kristaps D&#382;onsons, $Date: 2009/03/24 10:59:50 $
+ Copyright &#169; 2008, 2009 Kristaps D&#382;onsons, $Date: 2009/03/24 20:05:43 $
</div>
</td>
</tr>