diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-28 07:00:44 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-28 07:00:44 +0000 |
commit | 9e0877e7ea8150f64922005db6d2203d7848c77b (patch) | |
tree | 786cfb6c4b4332b97afb81501074c58bc4cde469 /www/fxhtml | |
parent | eaecff08766be7a8dd9893a60d764a5dce6591f2 (diff) | |
download | ports-9e0877e7ea8150f64922005db6d2203d7848c77b.tar.gz ports-9e0877e7ea8150f64922005db6d2203d7848c77b.zip |
Notes
Diffstat (limited to 'www/fxhtml')
-rw-r--r-- | www/fxhtml/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/www/fxhtml/Makefile b/www/fxhtml/Makefile index 1e5490f946ab..b58857f10a6f 100644 --- a/www/fxhtml/Makefile +++ b/www/fxhtml/Makefile @@ -3,7 +3,7 @@ # Date created: 21 August 1994 # Whom: Trefor S. <trefor@flevel.co.uk> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/06/04 07:04:27 asami Exp $ # DISTNAME= fxhtml-freebsd-1.6.7 @@ -12,5 +12,8 @@ CATEGORIES= www MASTER_SITES= ftp://ftp.flevel.co.uk/pub/fxhtml/ MAINTAINER= fxhtml@flevel.co.uk - + +pre-install: + ${MKDIR} ${PREFIX}/www/cgi-bin ${PREFIX}/www/data + .include <bsd.port.mk> |