diff options
author | andreas <andreas@FreeBSD.org> | 1998-05-24 19:29:13 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1998-05-24 19:29:13 +0800 |
commit | ee7e9b901e3be5742fb487a50ac89cb80f8c262c (patch) | |
tree | e85e6ae09d429c9429f87dc02a8759fd85f6824c /net/bb | |
parent | 0b30c1b006c782db436f34016549ab501cac8db3 (diff) | |
download | freebsd-ports-gnome-ee7e9b901e3be5742fb487a50ac89cb80f8c262c.tar.gz freebsd-ports-gnome-ee7e9b901e3be5742fb487a50ac89cb80f8c262c.tar.zst freebsd-ports-gnome-ee7e9b901e3be5742fb487a50ac89cb80f8c262c.zip |
Last change, that makes port WWW server independend broke install target
Add directory ${PREFIX}/www/cgi-bin and ${PREFIX}/www/data first before
installing.
PR: closes 6729
Diffstat (limited to 'net/bb')
-rw-r--r-- | net/bb/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/bb/Makefile b/net/bb/Makefile index 3141516c1d51..f523b83ace57 100644 --- a/net/bb/Makefile +++ b/net/bb/Makefile @@ -3,7 +3,7 @@ # Date created: So 17 Nov 1996 16:59:23 MET # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.24 1998/05/18 21:54:12 andreas Exp $ +# $Id: Makefile,v 1.25 1998/05/22 17:09:05 andreas Exp $ # DISTNAME= bb-1.06c @@ -31,6 +31,8 @@ post-configure: @${CP} ${FILESDIR}/Makefile ${WRKSRC} do-install: + @${MKDIR} ${PREFIX}/www/cgi-bin + @${MKDIR} ${PREFIX}/www/data @${MKDIR} ${PREFIX}/bb/bin @${MKDIR} ${PREFIX}/bb/etc @${MKDIR} ${PREFIX}/bb/web |