diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1998-05-24 11:29:13 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1998-05-24 11:29:13 +0000 |
commit | f47c95ee0851c6afa499b4d9c8ae6485fcc8c930 (patch) | |
tree | 4d66cf61ac401a6e11fb21fa3242c892d08eebf0 /net/bb | |
parent | kdesupport is in ports/converters, not ports/x11. (diff) |
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
Notes
Notes:
svn path=/head/; revision=11124
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 |