diff options
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> |