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/xlhtml | |
parent | f7e02694169756b47f76eb898606fb4b51b87123 (diff) | |
download | ports-37c0ef8e3bc1afeab57f1c4f837b3c0031db633a.tar.gz ports-37c0ef8e3bc1afeab57f1c4f837b3c0031db633a.zip |
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27429
Diffstat (limited to 'textproc/xlhtml')
-rw-r--r-- | textproc/xlhtml/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/textproc/xlhtml/Makefile b/textproc/xlhtml/Makefile index 348110dba609..17d7a9d37dfd 100644 --- a/textproc/xlhtml/Makefile +++ b/textproc/xlhtml/Makefile @@ -1,21 +1,20 @@ # New ports collection makefile for: xlHtml -# Version required: 0.2.6 # Date created: 27 March 2000 # Whom: Maxim Sobolev <sobomax@altavista.net> # # $FreeBSD$ # -DISTNAME= xlHtml-${VERSION} -PKGNAME= xlhtml-${VERSION} +PORTNAME= xlhtml +PORTVERSION= 0.2.6 CATEGORIES= textproc MASTER_SITES= http://www.gate.net/~ddata/xlHtml/ +DISTNAME= xlHtml-${PORTVERSION} MAINTAINER= sobomax@altavista.net LIB_DEPENDS= cole.2:${PORTSDIR}/textproc/cole -VERSION= 0.2.6 USE_LIBTOOL= yes do-install: |