diff options
author | wiz <wiz> | 2006-03-01 22:59:45 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-03-01 22:59:45 +0000 |
commit | dbb6768cb12491fa05e207f9f0e877d6212e8ae3 (patch) | |
tree | d118cd912dc05cae5e579bf1d5b0c884c6e6c233 /emulators | |
parent | 8d3aeddf19d48bfe8a0904836f0a33061f3b772b (diff) | |
download | pkgsrc-dbb6768cb12491fa05e207f9f0e877d6212e8ae3.tar.gz |
Work around CHECK_FILES problems with this package.
tron@ ok.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/suse91_base/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/emulators/suse91_base/Makefile b/emulators/suse91_base/Makefile index e86866d02cf..3d1ad6a4e78 100644 --- a/emulators/suse91_base/Makefile +++ b/emulators/suse91_base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2006/02/05 23:09:03 joerg Exp $ +# $NetBSD: Makefile,v 1.20 2006/03/01 22:59:45 wiz Exp $ DISTNAME= suse_base-${SUSE_VERSION} PKGREVISION= 9 @@ -12,6 +12,10 @@ COMMENT= Linux compatibility package CONFLICTS= linux_SuSE-5.3 linux_lib-2.4 linuxppc_lib-[0-9]* +# these files are handled by manually during de-/installation/pkg_add +CHECK_FILES_SKIP+= ${PREFIX}/${EMULSUBDIR}/dev/.* +CHECK_FILES_SKIP+= ${PREFIX}/${EMULSUBDIR}/etc/ld.so.cache + EXTRACT_ONLY= # empty PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC PLIST_SUBST+= EMULSUBDIR=${EMULSUBDIR:Q} LINUX_LIB=${LINUX_LIB:Q} |