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/lotusxsl/Makefile | |
parent | f7e02694169756b47f76eb898606fb4b51b87123 (diff) | |
download | ports-37c0ef8e3bc1afeab57f1c4f837b3c0031db633a.tar.gz ports-37c0ef8e3bc1afeab57f1c4f837b3c0031db633a.zip |
Notes
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 |