diff options
author | tron <tron@pkgsrc.org> | 2004-07-13 10:40:59 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2004-07-13 10:40:59 +0000 |
commit | 332eda1e0aa83d6fde4c9b7d3bd0bc1deeae64ef (patch) | |
tree | 9fa4a9987207f55f47f704e81ef827d83031d34e /emulators/suse91_linux/Makefile.common | |
parent | f44ccbf5696b7b623dd1e6ede51190886faf006d (diff) | |
download | pkgsrc-332eda1e0aa83d6fde4c9b7d3bd0bc1deeae64ef.tar.gz |
Print out a warning about the state of these packages under NetBSD.
Diffstat (limited to 'emulators/suse91_linux/Makefile.common')
-rw-r--r-- | emulators/suse91_linux/Makefile.common | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/emulators/suse91_linux/Makefile.common b/emulators/suse91_linux/Makefile.common index 0f6721f1a04..f1a889d902b 100644 --- a/emulators/suse91_linux/Makefile.common +++ b/emulators/suse91_linux/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1.1.1 2004/07/13 10:31:15 tron Exp $ +# $NetBSD: Makefile.common,v 1.2 2004/07/13 10:40:59 tron Exp $ SUSE_VERSION= 9.1 @@ -37,6 +37,16 @@ RPM2PKGARGS+= -i ${TEMP} RPM2PKGARGS+= ${DISTDIR}/${DIST_SUBDIR}/${TEMP} .endfor +.if ${OPSYS} == "NetBSD" +pre-fetch: + @${ECHO} "======================================================================" + @${ECHO} "" + @${ECHO} "Warning:" + @${ECHO} "NetBSD's Linux emulation doesn't work stable with this package (yet)." + @${ECHO} "" + @${ECHO} "======================================================================" +.endif + .if !target(do-install) do-install: @if [ -f ${PKGDIR}/PLIST ]; then \ |