pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators Fixed a pkglint warning.
details: https://anonhg.NetBSD.org/pkgsrc/rev/5e381c79a606
branches: trunk
changeset: 501455:5e381c79a606
user: rillig <rillig%pkgsrc.org@localhost>
date: Sun Oct 23 14:34:41 2005 +0000
description:
Fixed a pkglint warning.
diffstat:
emulators/dega/Makefile | 4 ++--
emulators/ia64sim/Makefile | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 1ee5326dc0d9 -r 5e381c79a606 emulators/dega/Makefile
--- a/emulators/dega/Makefile Sun Oct 23 14:32:06 2005 +0000
+++ b/emulators/dega/Makefile Sun Oct 23 14:34:41 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2005/06/16 06:57:50 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2005/10/23 14:34:41 rillig Exp $
#
DISTNAME= dega-1.07
@@ -10,7 +10,7 @@
HOMEPAGE= http://www.finalburn.com/dega/
COMMENT= Sega Game Gear, Sega Mark III and Sega Master System emulator
-BUILD_DEPENDS= nasm>=0.98:../../devel/nasm
+BUILD_DEPENDS+= nasm>=0.98:../../devel/nasm
USE_TOOLS+= gmake
diff -r 1ee5326dc0d9 -r 5e381c79a606 emulators/ia64sim/Makefile
--- a/emulators/ia64sim/Makefile Sun Oct 23 14:32:06 2005 +0000
+++ b/emulators/ia64sim/Makefile Sun Oct 23 14:34:41 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2005/06/17 04:49:46 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2005/10/23 14:35:33 rillig Exp $
DISTNAME= ia64sim
PKGNAME= ia64sim-0.3
@@ -11,7 +11,7 @@
COMMENT= IA64 simulator (Intel(R) Architecture 64)
USE_TOOLS+= gmake
-DIST_SUBDIR= ${PKGNAME}
+DIST_SUBDIR= ${PKGNAME_NOREV}
MAKEFILE= makefile.unx
INSTALLATION_DIRS= bin
Home |
Main Index |
Thread Index |
Old Index