diff options
author | tron <tron@pkgsrc.org> | 2002-04-04 09:46:51 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-04-04 09:46:51 +0000 |
commit | 5b8f7bf0ac8f2a38d790e91d05b84aa38cbc1ad2 (patch) | |
tree | 7757f636d91a594e619e40c3243df44dbf9af1ec /emulators/suse_xforms/Makefile | |
parent | 8ad41b9c82da45387ed026ae80af45ec0afdc030 (diff) | |
download | pkgsrc-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_xforms/Makefile')
-rw-r--r-- | emulators/suse_xforms/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/emulators/suse_xforms/Makefile b/emulators/suse_xforms/Makefile index c2cb7c54bf5..b70d5e648ae 100644 --- a/emulators/suse_xforms/Makefile +++ b/emulators/suse_xforms/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.11 2002/02/21 17:30:48 martti Exp $ +# $NetBSD: Makefile,v 1.12 2002/04/04 09:47:12 tron Exp $ DISTNAME= xforms -PKGNAME= suse_xforms-${SUSE_VERSION} +PKGNAME= suse_${DISTNAME}-${SUSE_VERSION} CATEGORIES= emulators -MASTER_SITES= ${MASTER_SITE_SUSE:=pay1/} +MASTER_SITES= ${MASTER_SITE_SUSE:=pay3/} EXTRACT_SUFX= .rpm -MAINTAINER= packages@netbsd.org +MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.suse.com/ COMMENT= Linux compatibility package for xforms binaries @@ -15,7 +15,7 @@ DEPENDS+= suse_x11>=${SUSE_VERSION}:../suse_x11 ONLY_FOR_PLATFORM= NetBSD-*-i386 EXTRACT_ONLY= # empty -NO_BUILD= yes +NO_BUILD= YES PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC RPMFILES= ${DISTNAME}${EXTRACT_SUFX} |