diff options
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: |