diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 21:54:47 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 21:54:47 +0000 |
commit | 37c0ef8e3bc1afeab57f1c4f837b3c0031db633a (patch) | |
tree | d111af8805f53a860dcffea8daeb8e9837238499 /textproc/docbook/Makefile | |
parent | f7e02694169756b47f76eb898606fb4b51b87123 (diff) | |
download | ports-37c0ef8e3bc1afeab57f1c4f837b3c0031db633a.tar.gz ports-37c0ef8e3bc1afeab57f1c4f837b3c0031db633a.zip |
Notes
Diffstat (limited to 'textproc/docbook/Makefile')
-rw-r--r-- | textproc/docbook/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/textproc/docbook/Makefile b/textproc/docbook/Makefile index fa683da6ec93..f2b70c43c2f8 100644 --- a/textproc/docbook/Makefile +++ b/textproc/docbook/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: docbook -# Version required: N/A # Date created: 7 April 1999 # Whom: Nik Clayton <nik@freebsd.org> # @@ -8,11 +7,11 @@ # $FreeBSD$ # -DISTNAME= docbook -PKGNAME= docbook-1.0 +PORTNAME= docbook +PORTVERSION= 1.0 CATEGORIES= textproc MASTER_SITES= # empty -DISTFILES= # empty +DISTFILES= # empty MAINTAINER= nik@freebsd.org |