diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2000-02-05 10:22:14 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2000-02-05 10:22:14 +0000 |
commit | d8be6ffac2c17eac613c1ac3fe50d832dba5ebc5 (patch) | |
tree | 38a51946b1a215de0d424c4b79a9e814f2b6d1ed | |
parent | Add -current patch. (diff) |
portlint
Notes
Notes:
svn path=/head/; revision=25495
-rw-r--r-- | www/fxhtml/Makefile | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/www/fxhtml/Makefile b/www/fxhtml/Makefile index fe01523b582c..c37931f27fc2 100644 --- a/www/fxhtml/Makefile +++ b/www/fxhtml/Makefile @@ -1,16 +1,18 @@ -# New ports collection makefile for: fxhtml -# Version required: 1.6.7 -# Date created: 21 August 1994 -# Whom: Trefor S. <trefor@flevel.co.uk> +# 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 + +DISTNAME= fxhtml-freebsd-1.6.7 PKGNAME= fxhtml-1.6.7 -CATEGORIES= www -MASTER_SITES= ftp://ftp.flevel.co.uk/pub/fxhtml/ - +CATEGORIES= www +MASTER_SITES= ftp://ftp.flevel.co.uk/pub/fxhtml/ + +MAINTAINER= ports@FreeBSD.org + pre-install: ${MKDIR} ${PREFIX}/www/cgi-bin ${PREFIX}/www/data |