[BACK]Return to Makefile.freebsd CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/Attic/Makefile.freebsd between version 1.1 and 1.2

version 1.1, 2009/03/23 21:47:54 version 1.2, 2009/03/24 20:05:43
Line 1 
Line 1 
 # New ports collection makefile for:    textproc/mdocml  # New ports collection makefile for:    textproc/mdocml
 # Date created:                         09.03.2009  # Date created:                         09.03.2009
 # Whom:                                 Ulrich Spoerlein <uspoerlein@gmail.com>  # Whom:                                 Ulrich Spoerlein <uspoerlein@gmail.com>
 #  #
 # $FreeBSD$  # $FreeBSD$
 #  #
   
 PORTNAME=       mdocml  PORTNAME=       mdocml
 PORTVERSION=    @VERSION@  PORTVERSION=    @VERSION@
 CATEGORIES=     textproc  CATEGORIES=     textproc
 MASTER_SITES=   http://mdocml.bsd.lv/snapshots/ \  MASTER_SITES=   http://mdocml.bsd.lv/snapshots/ \
                 https://www.spoerlein.net/pub/mdocml/                  https://www.spoerlein.net/pub/mdocml/
   
 MAINTAINER=     uspoerlein@gmail.com  MAINTAINER=     uspoerlein@gmail.com
 COMMENT=        mdoc macro compiler  COMMENT=        mdoc macro compiler
   
 MAN1=           mandoc.1  MAN1=           mandoc.1
 MAN7=           mdoc.7  MAN7=           mdoc.7
   
 PLIST_FILES=    bin/mandoc  PLIST_FILES=    bin/mandoc
   
 .include <bsd.port.mk>  .include <bsd.port.mk>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb