diff options
author | rh <rh@pkgsrc.org> | 1999-03-14 16:17:42 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 1999-03-14 16:17:42 +0000 |
commit | ca2c291e9709458c0553913e6cc67e83a4e5def3 (patch) | |
tree | 3f516efa07e88292b38cda796bad02169829dcdc /textproc/iso12083/Makefile | |
parent | 2b86360eb7819b148e27adc29442fffb17c5fc83 (diff) | |
download | pkgsrc-ca2c291e9709458c0553913e6cc67e83a4e5def3.tar.gz |
convert FreeBSD port of iso12083 DTDs to NetBSD
Diffstat (limited to 'textproc/iso12083/Makefile')
-rw-r--r-- | textproc/iso12083/Makefile | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/textproc/iso12083/Makefile b/textproc/iso12083/Makefile index 69897880fdc..4279d33ba38 100644 --- a/textproc/iso12083/Makefile +++ b/textproc/iso12083/Makefile @@ -1,17 +1,16 @@ -# New ports collection makefile for: iso12083 -# Version required: 1993 -# Date created: July 9, 1997 -# Whom: jfieber -# -# $Id: Makefile,v 1.1.1.1 1999/03/14 16:15:52 rh Exp $ +# $NetBSD: Makefile,v 1.2 1999/03/14 16:17:42 rh Exp $ +# FreeBSD Id: Makefile,v 1.2 1998/06/27 05:19:39 asami Exp # DISTNAME= iso12083-1993 CATEGORIES= textproc -MASTER_SITES= ftp://info.ex.ac.uk/pub/SGML/ISO-12083/ +MASTER_SITES= ftp://info.ex.ac.uk/pub/SGML/ISO-12083/ \ + ftp://ftp.ifi.uio.no/pub/SGML/ISO12083/ \ + ftp://ftp.oit.unc.edu/pub/packages/SGML/oslo-mirror/ISO12083/ DISTFILES= article.dtd book.dtd maths.dtd serial.dtd -MAINTAINER= jfieber@FreeBSD.ORG +MAINTAINER= rh@NetBSD.ORG +HOMEPAGE= http://www.oasis-open.org/cover/sgml-xml.html DIST_SUBDIR= iso12083 @@ -31,4 +30,4 @@ do-install: done @${INSTALL_DATA} ${FILESDIR}/catalog ${INSTDIR}/catalog -.include <bsd.port.mk> +.include "../../mk/bsd.pkg.mk" |