From 982df7933d134e40f87ff51842ff9c149f6bb191 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Tue, 24 Mar 2009 20:05:43 +0000 Subject: [PATCH 1/1] More fixes from Ulrich Sporlein. (freebsd) --- Makefile | 10 ++++++---- Makefile.freebsd | 44 ++++++++++++++++++++++---------------------- index.sgml | 12 ++++++------ 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 -# -# $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 +# New ports collection makefile for: textproc/mdocml +# Date created: 09.03.2009 +# Whom: Ulrich Spoerlein +# +# $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 diff --git a/index.sgml b/index.sgml index 48481afd..8b9a0879 100644 --- a/index.sgml +++ b/index.sgml @@ -138,12 +138,11 @@

- # pkg_delete mdocml
- # cd /usr/ports/textproc/
- # rm -rf mdocml
+ # pkg_delete -x mdocml
+ # cd /tmp
# ftp -V -o- http://mdocml.bsd.lv/ports-freebsd/mdocml.tar.gz | tar -zvxf -
# cd mdocml
- # make build
+ # make
# make install

@@ -159,7 +158,8 @@ href="http://mailhide.recaptcha.net/d?k=01jt88xIsFONwVjHZmGpc4AQ==&c=sb5E6ulipc-eTnpTVqI-BQ==" onclick="window.open('http://mailhide.recaptcha.net/d?k=01jt88xIsFONwVjHZmGpc4AQ==&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">...@kth.se, with questions, bug reports, patches, and so on. + false;" title="Reveal this e-mail address">...@kth.se, with questions, bug reports, patches, and so + on.

@@ -171,7 +171,7 @@

- Copyright © 2008, 2009 Kristaps Džonsons, $Date: 2009/03/24 10:59:50 $ + Copyright © 2008, 2009 Kristaps Džonsons, $Date: 2009/03/24 20:05:43 $
-- 2.47.1