From a01da4e12fba19eac2abb5b0483ff3240514480e Mon Sep 17 00:00:00 2001 From: asami Date: Fri, 10 Sep 1999 13:26:13 +0000 Subject: Create installation directory before trying to copy a file over. --- www/bacon/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'www/bacon') diff --git a/www/bacon/Makefile b/www/bacon/Makefile index 3285562..cdc1020f 100644 --- a/www/bacon/Makefile +++ b/www/bacon/Makefile @@ -22,6 +22,7 @@ do-build: ${DIST}.orig > ${DIST} do-install: + ${MKDIR} ${PREFIX}/www/cgi-bin ${INSTALL_SCRIPT} ${WRKSRC}/bacon.pl ${PREFIX}/www/cgi-bin/bacon.pl post-install: -- cgit v1.1