Create bin/ before installing files to it.

This commit is contained in:
Thomas Klausner 2011-05-15 16:10:31 +00:00
parent b716d2ca8f
commit 06fb8f3218

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 2011/02/27 14:40:33 thomasklausner Exp $
# $NetBSD: Makefile,v 1.5 2011/05/15 16:10:31 thomasklausner Exp $
#
DISTNAME= eor-1.0.2
@ -18,4 +18,6 @@ USE_TOOLS+= gmake
MAKE_FILE= GNUmakefile
INSTALLATION_DIRS= bin
.include "../../mk/bsd.pkg.mk"