pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/suse91_base Do not include files that don't ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5a53a7b9c694
branches: trunk
changeset: 496699:5a53a7b9c694
user: kristerw <kristerw%pkgsrc.org@localhost>
date: Sat Jul 09 00:06:11 2005 +0000
description:
Do not include files that don't exist.
diffstat:
emulators/suse91_base/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r bfb0a3c8c0a4 -r 5a53a7b9c694 emulators/suse91_base/Makefile
--- a/emulators/suse91_base/Makefile Fri Jul 08 23:28:40 2005 +0000
+++ b/emulators/suse91_base/Makefile Sat Jul 09 00:06:11 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2005/06/25 10:47:56 tron Exp $
+# $NetBSD: Makefile,v 1.11 2005/07/09 00:06:11 kristerw Exp $
DISTNAME= suse_base-${SUSE_VERSION}
PKGREVISION= 5
@@ -18,7 +18,9 @@
PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC
PLIST_SUBST+= EMULSUBDIR=${EMULSUBDIR} LINUX_LIB=${LINUX_LIB}
+.if exists(Makefile.${MACHINE_ARCH})
.include "Makefile.${MACHINE_ARCH}"
+.endif
RPMIGNOREPATH= ./etc/bash.bashrc ./etc/bash_completion.d \
./etc/cron.daily ./etc/csh.cshrc ./etc/csh.login \
Home |
Main Index |
Thread Index |
Old Index