From 3702ee23cf9c39fd8f4608eb19befb7195a019b4 Mon Sep 17 00:00:00 2001 From: Satoshi 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') diff --git a/www/bacon/Makefile b/www/bacon/Makefile index 3285562968d1..cdc1020f8733 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.2.3