pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio NOT_FOR_PLATFORM Interix.
details: https://anonhg.NetBSD.org/pkgsrc/rev/6edc2159899c
branches: trunk
changeset: 501908:6edc2159899c
user: tv <tv%pkgsrc.org@localhost>
date: Mon Oct 31 15:06:19 2005 +0000
description:
NOT_FOR_PLATFORM Interix.
diffstat:
audio/amp/Makefile | 8 +++++---
audio/cd-discid/Makefile | 4 +++-
2 files changed, 8 insertions(+), 4 deletions(-)
diffs (46 lines):
diff -r 99b78914cf14 -r 6edc2159899c audio/amp/Makefile
--- a/audio/amp/Makefile Mon Oct 31 15:04:17 2005 +0000
+++ b/audio/amp/Makefile Mon Oct 31 15:06:19 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2005/04/11 21:44:51 tv Exp $
+# $NetBSD: Makefile,v 1.19 2005/10/31 15:06:19 tv Exp $
#
DISTNAME= amp-0.7.6
@@ -13,6 +13,8 @@
NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL
+NOT_FOR_PLATFORM= Interix-*-*
+
PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= yes
@@ -20,7 +22,7 @@
INSTALLATION_DIRS= bin man/man1
do-install:
- @ ${INSTALL_PROGRAM} ${WRKSRC}/amp ${PREFIX}/bin
- @ ${INSTALL_MAN} ${WRKSRC}/amp.1 ${PREFIX}/man/man1
+ ${INSTALL_PROGRAM} ${WRKSRC}/amp ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/amp.1 ${PREFIX}/man/man1
.include "../../mk/bsd.pkg.mk"
diff -r 99b78914cf14 -r 6edc2159899c audio/cd-discid/Makefile
--- a/audio/cd-discid/Makefile Mon Oct 31 15:04:17 2005 +0000
+++ b/audio/cd-discid/Makefile Mon Oct 31 15:06:19 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/06/16 06:57:38 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2005/10/31 15:07:00 tv Exp $
DISTNAME= cd-discid_0.9.orig
PKGNAME= cd-discid-0.9
@@ -10,6 +10,8 @@
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
+NOT_FOR_PLATFORM= Interix-*-*
+
INSTALLATION_DIRS= bin man/man1
do-build:
Home |
Main Index |
Thread Index |
Old Index