diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-09-10 13:26:13 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-09-10 13:26:13 +0000 |
commit | 3702ee23cf9c39fd8f4608eb19befb7195a019b4 (patch) | |
tree | 46024fdd7a9bee70db5649959c45a8899ca4bcdd /www/bacon/Makefile | |
parent | $DISTNAME changed. (diff) |
Create installation directory before trying to copy a file over.
Notes
Notes:
svn path=/head/; revision=21569
Diffstat (limited to 'www/bacon/Makefile')
-rw-r--r-- | www/bacon/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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: |