diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-10 00:07:29 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-10 00:07:29 +0000 |
commit | c3bb46468efb8e5e67dcd557814ce25e7c9521ee (patch) | |
tree | 94b6306cf43a2f77691932d56a3d8be806d6e130 /www/fxhtml | |
parent | 37c0ef8e3bc1afeab57f1c4f837b3c0031db633a (diff) | |
download | ports-c3bb46468efb8e5e67dcd557814ce25e7c9521ee.tar.gz ports-c3bb46468efb8e5e67dcd557814ce25e7c9521ee.zip |
Notes
Diffstat (limited to 'www/fxhtml')
-rw-r--r-- | www/fxhtml/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/fxhtml/Makefile b/www/fxhtml/Makefile index c37931f27fc2..3f09ffbd0e7a 100644 --- a/www/fxhtml/Makefile +++ b/www/fxhtml/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: fxhtml -# Version required: 1.6.7 # Date created: 21 August 1994 # Whom: Trefor S. <trefor@flevel.co.uk> # # $FreeBSD$ # -DISTNAME= fxhtml-freebsd-1.6.7 -PKGNAME= fxhtml-1.6.7 +PORTNAME= fxhtml +PORTVERSION= 1.6.7 CATEGORIES= www MASTER_SITES= ftp://ftp.flevel.co.uk/pub/fxhtml/ +DISTNAME= ${PORTNAME}-freebsd-${PORTVERSION} MAINTAINER= ports@FreeBSD.org |