]> git.cameronkatri.com Git - mandoc.git/commitdiff
More fixes from Ulrich Sporlein. (freebsd)
authorKristaps Dzonsons <kristaps@bsd.lv>
Tue, 24 Mar 2009 20:05:43 +0000 (20:05 +0000)
committerKristaps Dzonsons <kristaps@bsd.lv>
Tue, 24 Mar 2009 20:05:43 +0000 (20:05 +0000)
Makefile
Makefile.freebsd
index.sgml

index 59d4b9d2a5cc258ded7cb60255d58eff96c741d9..2495610f9153ff6f5e05c072ccc029962c9cc081 100644 (file)
--- 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)
 
index 391c1d80af01ba212426a5a2622d67abc3182ae7..8d3b1e510b2abbef957f8a77dd47275d3f8ba7a1 100644 (file)
@@ -1,22 +1,22 @@
-# New ports collection makefile for:   textproc/mdocml\r
-# Date created:                                09.03.2009\r
-# Whom:                                        Ulrich Spoerlein <uspoerlein@gmail.com>\r
-#\r
-# $FreeBSD$\r
-#\r
-\r
-PORTNAME=      mdocml\r
-PORTVERSION=   @VERSION@\r
-CATEGORIES=    textproc\r
-MASTER_SITES=  http://mdocml.bsd.lv/snapshots/ \\r
-               https://www.spoerlein.net/pub/mdocml/\r
-\r
-MAINTAINER=    uspoerlein@gmail.com\r
-COMMENT=       mdoc macro compiler\r
-\r
-MAN1=          mandoc.1\r
-MAN7=          mdoc.7\r
-\r
-PLIST_FILES=   bin/mandoc\r
-\r
-.include <bsd.port.mk>\r
+# 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>
index 48481afd040a0af8491a93ba8078f429ca16cace..8b9a0879373a5450d2d28fa46ea6c9711f00389c 100644 (file)
                                        </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>
                                        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>
                        <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>