diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-09 21:54:47 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-09 21:54:47 +0000 |
commit | a8843baba6a200bd1438954f77dd13e4fda505d9 (patch) | |
tree | 7d785bb440b6c4e27b21b82630dbe876cc3fad93 /textproc/code2html/Makefile | |
parent | 2e79257c8ac1b3a7bb2b24f4bc346c95fcadb299 (diff) | |
download | FreeBSD-ports-a8843baba6a200bd1438954f77dd13e4fda505d9.zip FreeBSD-ports-a8843baba6a200bd1438954f77dd13e4fda505d9.tar.gz |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'textproc/code2html/Makefile')
-rw-r--r-- | textproc/code2html/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/code2html/Makefile b/textproc/code2html/Makefile index dc7b2a4..d4a2e24 100644 --- a/textproc/code2html/Makefile +++ b/textproc/code2html/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: code2html -# Version required: 0.8.9a # Date created: 01 October 1999 # Whom: Chris D. Faulhaber <jedgar@fxp.org> # # $FreeBSD$ # -DISTNAME= code2html-0.8.9a +PORTNAME= code2html +PORTVERSION= 0.8.9a CATEGORIES= textproc MASTER_SITES= ftp://code2html.sourceforge.net/pub/code2html/all/ \ http://www.cosy.sbg.ac.at/~ppalfrad/code2html/all/ |