aboutsummaryrefslogtreecommitdiffstats
path: root/www/fxhtml/Makefile
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1998-11-28 15:00:44 +0800
committerasami <asami@FreeBSD.org>1998-11-28 15:00:44 +0800
commit8aaba718d0ec416f0600404f725e28a8579c27b9 (patch)
treed7e5304a519471bf1968d79f300fe82ce9f3f1f8 /www/fxhtml/Makefile
parenta894149e28a62d885fc4db716614a52851065b9d (diff)
downloadfreebsd-ports-gnome-8aaba718d0ec416f0600404f725e28a8579c27b9.tar.gz
freebsd-ports-gnome-8aaba718d0ec416f0600404f725e28a8579c27b9.tar.zst
freebsd-ports-gnome-8aaba718d0ec416f0600404f725e28a8579c27b9.zip
Create installation directories.
Diffstat (limited to 'www/fxhtml/Makefile')
-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>