diff options
Diffstat (limited to 'textproc/lotusxsl/Makefile')
-rw-r--r-- | textproc/lotusxsl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/lotusxsl/Makefile b/textproc/lotusxsl/Makefile index f52430701c8c..799468f8611e 100644 --- a/textproc/lotusxsl/Makefile +++ b/textproc/lotusxsl/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: LotusXSL -# Version required: 0.18.4 # Date created: 23 June 1999 # Whom: Jun Kuriyama <kuriyama@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= lotusxsl_0_18_4 -PKGNAME= lotusxsl-0.18.4 +PORTNAME= lotusxsl +PORTVERSION= 0.18.4 CATEGORIES= textproc MASTER_SITES= http://www.alphaworks.ibm.com/formula/lotusxsl/ #MASTER_SITES= http://apps.alphaworks.ibm.com/technologies/lotusxsl/ +DISTNAME= ${PORTNAME}_0_18_4 EXTRACT_SUFX= .zip MAINTAINER= kuriyama@FreeBSD.org |