diff options
author | jlam <jlam@pkgsrc.org> | 2005-06-16 06:57:37 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-06-16 06:57:37 +0000 |
commit | 81edaaa606a86e87c2885489ad72ee9908969aba (patch) | |
tree | 3ccd645970d07eb5e027f9f4978696237c5cd04b /emulators/Cygne-SDL | |
parent | 8b982bf812954ec2be8cdc97dbf2d9dd2be7779e (diff) | |
download | pkgsrc-81edaaa606a86e87c2885489ad72ee9908969aba.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'emulators/Cygne-SDL')
-rw-r--r-- | emulators/Cygne-SDL/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/Cygne-SDL/Makefile b/emulators/Cygne-SDL/Makefile index 1d0ce9faa1b..04dc3a5126e 100644 --- a/emulators/Cygne-SDL/Makefile +++ b/emulators/Cygne-SDL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/04/11 21:45:42 tv Exp $ +# $NetBSD: Makefile,v 1.7 2005/06/16 06:57:50 jlam Exp $ # DISTNAME= Cygne-SDL-0.1-src @@ -22,6 +22,8 @@ USE_LANGUAGES= c c++ # Uses i386 assembly code ONLY_FOR_PLATFORM= *-*-i386 +INSTALLATION_DIRS= bin + post-build: cd ${WRKSRC}/../WonderSnake && \ ${LOCALBASE}/bin/zip Wondersnake.zip Wondersnake.wsc |