summaryrefslogtreecommitdiff
path: root/emulators/suse_compat/Makefile
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2002-04-04 09:46:51 +0000
committertron <tron@pkgsrc.org>2002-04-04 09:46:51 +0000
commit5b8f7bf0ac8f2a38d790e91d05b84aa38cbc1ad2 (patch)
tree7757f636d91a594e619e40c3243df44dbf9af1ec /emulators/suse_compat/Makefile
parent8ad41b9c82da45387ed026ae80af45ec0afdc030 (diff)
downloadpkgsrc-5b8f7bf0ac8f2a38d790e91d05b84aa38cbc1ad2.tar.gz
Update SuSE packages to version 7.3. The included libraries and binaries
make it possible to use recent Linux applications on a NetBSD-current (1.5ZC built from 2002-04-04 sources) kernel.
Diffstat (limited to 'emulators/suse_compat/Makefile')
-rw-r--r--emulators/suse_compat/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/emulators/suse_compat/Makefile b/emulators/suse_compat/Makefile
index e1aabde849e..a597039aae4 100644
--- a/emulators/suse_compat/Makefile
+++ b/emulators/suse_compat/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.12 2001/02/26 21:24:24 tron Exp $
+# $NetBSD: Makefile,v 1.13 2002/04/04 09:46:55 tron Exp $
DISTNAME= compat
-PKGNAME= suse_compat-${SUSE_VERSION}
+PKGNAME= suse_${DISTNAME}-${SUSE_VERSION}
CATEGORIES= emulators
-MASTER_SITES= ${MASTER_SITE_SUSE:=a2/}
+MASTER_SITES= ${MASTER_SITE_SUSE:=a1/}
EXTRACT_SUFX= .rpm
MAINTAINER= tron@netbsd.org
@@ -15,12 +15,9 @@ DEPENDS+= suse_base>=${SUSE_VERSION}:../suse_base
ONLY_FOR_PLATFORM= NetBSD-*-i386
EXTRACT_ONLY= # empty
-NO_BUILD= yes
+NO_BUILD= YES
PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC
RPMFILES= ${DISTNAME}${EXTRACT_SUFX}
-post-install:
- ${ECHO} "${EMULSUBDIR}/usr/lib/libncurses.so.2.1" >>${PLIST_SRC}
-
.include "../suse_linux/Makefile.common"