summaryrefslogtreecommitdiff
path: root/emulators/Cygne-SDL/Makefile
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2012-04-14 03:47:37 +0000
committerdholland <dholland@pkgsrc.org>2012-04-14 03:47:37 +0000
commit4b105f7f7f7fda320e5288db784b358bfaa96205 (patch)
tree6dea09e6dd290434835cf343c335c10c1ea2a7af /emulators/Cygne-SDL/Makefile
parent74044142e6d13c4c56f9d95936ce3d6151cfd5e1 (diff)
downloadpkgsrc-4b105f7f7f7fda320e5288db784b358bfaa96205.tar.gz
Fix previous, should be ${TOOLS_PATH.zip} as noted by Joerg.
Diffstat (limited to 'emulators/Cygne-SDL/Makefile')
-rw-r--r--emulators/Cygne-SDL/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/emulators/Cygne-SDL/Makefile b/emulators/Cygne-SDL/Makefile
index 6ad4afd1854..a86e0e1528f 100644
--- a/emulators/Cygne-SDL/Makefile
+++ b/emulators/Cygne-SDL/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2012/04/13 04:53:34 dholland Exp $
+# $NetBSD: Makefile,v 1.17 2012/04/14 03:47:37 dholland Exp $
#
DISTNAME= Cygne-SDL-0.1-src
@@ -28,7 +28,8 @@ ONLY_FOR_PLATFORM= *-*-i386
INSTALLATION_DIRS= bin
post-build:
- cd ${WRKSRC}/WonderSnake && zip Wondersnake.zip Wondersnake.wsc
+ cd ${WRKSRC}/WonderSnake && \
+ ${TOOLS_PATH.zip} Wondersnake.zip Wondersnake.wsc
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/cygne ${DESTDIR}${PREFIX}/bin/Cygne-SDL