pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/openmsx pkglint cleanup.
details: https://anonhg.NetBSD.org/pkgsrc/rev/c9481a5f79f5
branches: trunk
changeset: 589976:c9481a5f79f5
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Jun 20 09:27:52 2011 +0000
description:
pkglint cleanup.
diffstat:
emulators/openmsx/Makefile | 11 +++++------
1 files changed, 5 insertions(+), 6 deletions(-)
diffs (35 lines):
diff -r 161b6057dca2 -r c9481a5f79f5 emulators/openmsx/Makefile
--- a/emulators/openmsx/Makefile Mon Jun 20 09:27:46 2011 +0000
+++ b/emulators/openmsx/Makefile Mon Jun 20 09:27:52 2011 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2011/01/13 13:37:35 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2011/06/20 09:27:52 wiz Exp $
#
DISTNAME= openmsx-0.6.2
-#PKGREVISION= 1
PKGREVISION= 4
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openmsx/}
@@ -22,9 +21,9 @@
MAKE_ENV+= OPENMSX_FLAVOUR=pkgsrc
post-extract:
- @${CP} ${FILESDIR}/platform-netbsd.mk ${WRKSRC}/build
- @${LN} -s platform-netbsd.mk ${WRKSRC}/build/platform-dragonfly.mk
- @${ECHO_MSG} "OPENMSX_STRIP:=true" > \
+ ${CP} ${FILESDIR}/platform-netbsd.mk ${WRKSRC}/build
+ ${LN} -s platform-netbsd.mk ${WRKSRC}/build/platform-dragonfly.mk
+ ${ECHO_MSG} "OPENMSX_STRIP:=true" > \
${WRKSRC}/build/flavour-pkgsrc.mk
SUBST_CLASSES+= prefix
@@ -34,7 +33,7 @@
SUBST_MESSAGE.prefix= Fixing installation directory.
post-build:
- @( \
+ ( \
${ECHO} "#!${SH}"; \
${ECHO} 'exec ${PREFIX}/openmsx/bin/openmsx $$@' \
) > ${WRKSRC}/openmsx.sh
Home |
Main Index |
Thread Index |
Old Index