From 5c60ed579430954635a901b457a1fe4128eaca47 Mon Sep 17 00:00:00 2001 From: tv Date: Mon, 24 May 1999 20:39:35 +0000 Subject: Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM pattern match format. Minor pkglint along the way. --- emulators/suse_xforms/Makefile | 54 ++++++++++++++++++++---------------------- 1 file changed, 26 insertions(+), 28 deletions(-) (limited to 'emulators/suse_xforms') diff --git a/emulators/suse_xforms/Makefile b/emulators/suse_xforms/Makefile index c1c4296b073..ac4bc11f42b 100644 --- a/emulators/suse_xforms/Makefile +++ b/emulators/suse_xforms/Makefile @@ -1,40 +1,38 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/05/17 12:01:52 tron Exp $ +# $NetBSD: Makefile,v 1.2 1999/05/24 20:39:41 tv Exp $ -DISTNAME= xforms -PKGNAME= suse_xforms-6.1 -CATEGORIES= emulators -MASTER_SITES= ftp://ftp.suse.com/pub/suse/i386/6.1/suse/xdev1/ \ - ftp://ftp.cs.unm.edu/mirrors/SuSE61/suse/xdev1/ -EXTRACT_SUFX= .rpm -ONLY_FOR_ARCHS= i386 +DISTNAME= xforms +PKGNAME= suse_xforms-6.1 +CATEGORIES= emulators +MASTER_SITES= ftp://ftp.suse.com/pub/suse/i386/6.1/suse/xdev1/ \ + ftp://ftp.cs.unm.edu/mirrors/SuSE61/suse/xdev1/ +EXTRACT_SUFX= .rpm +ONLY_FOR_PLATFORM= *-*-i386 -MAINTAINER= tron@netbsd.org -HOMEPAGE= http://www.suse.com/ +MAINTAINER= tron@netbsd.org +HOMEPAGE= http://www.suse.com/ -DEPENDS+= suse_x11-6.1:../suse_x11 +DEPENDS= suse_x11-6.1:../suse_x11 -DIST_SUBDIR= suse -MIRROR_DISTFILE= no +DIST_SUBDIR= suse +MIRROR_DISTFILE= no -EXTRACT_ONLY= # empty -NO_BUILD= yes -NO_PATCH= yes -NO_CONFIGURE= yes -NO_WRKSUBDIR= yes -MANCOMPRESSED= yes -PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC +EXTRACT_ONLY= # empty +NO_BUILD= yes +NO_WRKSUBDIR= yes +MANCOMPRESSED= yes +PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC -EMULSUBDIR= emul/linux -EMULDIR= ${PREFIX}/${EMULSUBDIR} -SBINDIR= ${PREFIX}/sbin +EMULSUBDIR= emul/linux +EMULDIR= ${PREFIX}/${EMULSUBDIR} +SBINDIR= ${PREFIX}/sbin do-install: - cd ${_DISTDIR} && \ - ${SBINDIR}/rpm2pkg ${DISTFILES} >${PLIST_SRC} - @${ECHO} "@exec %D/${EMULSUBDIR}/sbin/ldconfig -r %D/${EMULSUBDIR}" >>${PLIST_SRC} - ${EMULDIR}/sbin/ldconfig -r ${EMULDIR} || ${TRUE} + cd ${_DISTDIR} && \ + ${SBINDIR}/rpm2pkg ${DISTFILES} >${PLIST_SRC} + @${ECHO} "@exec %D/${EMULSUBDIR}/sbin/ldconfig -r %D/${EMULSUBDIR}" >>${PLIST_SRC} + ${EMULDIR}/sbin/ldconfig -r ${EMULDIR} || ${TRUE} show-shlib-type: - @${ECHO} linux-${MACHINE_ARCH} + @${ECHO} linux-${MACHINE_ARCH} .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3