summaryrefslogtreecommitdiff
path: root/www/fxhtml
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-11-28 07:00:44 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-11-28 07:00:44 +0000
commit9e0877e7ea8150f64922005db6d2203d7848c77b (patch)
tree786cfb6c4b4332b97afb81501074c58bc4cde469 /www/fxhtml
parentMore USE_XLIBs. (diff)
Create installation directories.
Notes
Notes: svn path=/head/; revision=14933
Diffstat (limited to 'www/fxhtml')
-rw-r--r--www/fxhtml/Makefile7
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>