summaryrefslogtreecommitdiff
path: root/emulators/Cygne-SDL
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2012-04-13 04:53:34 +0000
committerdholland <dholland@pkgsrc.org>2012-04-13 04:53:34 +0000
commited93d6b5c449cd876c9bff96b1ab25b29f267e67 (patch)
tree97728347fb888f4236ff58f390ba63d147518d94 /emulators/Cygne-SDL
parent7f8442c8f077c80e4412d5bab8d57da42cb7486a (diff)
downloadpkgsrc-ed93d6b5c449cd876c9bff96b1ab25b29f267e67.tar.gz
Since we have USE_TOOLS+=zip, just use "zip", not "${LOCALBASE}/bin/zip".
Should fix Solaris build.
Diffstat (limited to 'emulators/Cygne-SDL')
-rw-r--r--emulators/Cygne-SDL/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/emulators/Cygne-SDL/Makefile b/emulators/Cygne-SDL/Makefile
index afba5fec2f3..6ad4afd1854 100644
--- a/emulators/Cygne-SDL/Makefile
+++ b/emulators/Cygne-SDL/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2012/01/14 02:09:36 hans Exp $
+# $NetBSD: Makefile,v 1.16 2012/04/13 04:53:34 dholland Exp $
#
DISTNAME= Cygne-SDL-0.1-src
@@ -28,8 +28,7 @@ ONLY_FOR_PLATFORM= *-*-i386
INSTALLATION_DIRS= bin
post-build:
- cd ${WRKSRC}/WonderSnake && \
- ${LOCALBASE}/bin/zip Wondersnake.zip Wondersnake.wsc
+ cd ${WRKSRC}/WonderSnake && zip Wondersnake.zip Wondersnake.wsc
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/cygne ${DESTDIR}${PREFIX}/bin/Cygne-SDL