diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 05:54:47 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 05:54:47 +0800 |
commit | a8843baba6a200bd1438954f77dd13e4fda505d9 (patch) | |
tree | 7d785bb440b6c4e27b21b82630dbe876cc3fad93 /textproc/man2html/Makefile | |
parent | 2e79257c8ac1b3a7bb2b24f4bc346c95fcadb299 (diff) | |
download | freebsd-ports-graphics-a8843baba6a200bd1438954f77dd13e4fda505d9.tar.gz freebsd-ports-graphics-a8843baba6a200bd1438954f77dd13e4fda505d9.tar.zst freebsd-ports-graphics-a8843baba6a200bd1438954f77dd13e4fda505d9.zip |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'textproc/man2html/Makefile')
-rw-r--r-- | textproc/man2html/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/man2html/Makefile b/textproc/man2html/Makefile index 1bc14526d3c..c55e87c2351 100644 --- a/textproc/man2html/Makefile +++ b/textproc/man2html/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: man2html -# Version required: 3.0.1 # Date created: 29 August 1998 # Whom: Dima Sivachenko <demon@gpad.ac.ru> # # $FreeBSD$ # -DISTNAME= man2html3.0.1 -PKGNAME= man2html-3.0.1 +PORTNAME= man2html +PORTVERSION= 3.0.1 CATEGORIES= textproc MASTER_SITES= ftp://ftp.gpad.ac.ru/pub/FreeBSD/distfiles/ +DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= demon@gpad.ac.ru |