Create installation directories.

This commit is contained in:
Satoshi Asami 1998-11-28 07:00:44 +00:00
parent eaecff0876
commit 9e0877e7ea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=14933

View file

@ -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>