summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorjdolecek <jdolecek@pkgsrc.org>2005-01-29 09:11:36 +0000
committerjdolecek <jdolecek@pkgsrc.org>2005-01-29 09:11:36 +0000
commit88801ca62c9160887d0e0f6e2e47be01aabc5c93 (patch)
treeb9d06706795d64a757d4e16f7d1728e6d8939d36 /emulators
parent5f20232d33326c93f86148b9463a94f7f24c4c27 (diff)
downloadpkgsrc-88801ca62c9160887d0e0f6e2e47be01aabc5c93.tar.gz
Remove the warning message - SuSE 9.1 packages work fine on NetBSD 2.0+
Diffstat (limited to 'emulators')
-rw-r--r--emulators/suse91_linux/Makefile.common12
1 files changed, 1 insertions, 11 deletions
diff --git a/emulators/suse91_linux/Makefile.common b/emulators/suse91_linux/Makefile.common
index 26561ef9670..2f35c8e843c 100644
--- a/emulators/suse91_linux/Makefile.common
+++ b/emulators/suse91_linux/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.7 2004/11/20 12:44:22 rh Exp $
+# $NetBSD: Makefile.common,v 1.8 2005/01/29 09:11:36 jdolecek Exp $
SUSE_VERSION= 9.1
@@ -42,16 +42,6 @@ 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 \