summaryrefslogtreecommitdiff
path: root/emulators/suse_libc5
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>1999-05-24 20:39:35 +0000
committertv <tv@pkgsrc.org>1999-05-24 20:39:35 +0000
commit5c60ed579430954635a901b457a1fe4128eaca47 (patch)
tree65bbd73001946c26475423bf378f0a1854ed3cb6 /emulators/suse_libc5
parent42a1a676be446ce3279f0baeeda7b3dcc1002c13 (diff)
downloadpkgsrc-5c60ed579430954635a901b457a1fe4128eaca47.tar.gz
Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM
pattern match format. Minor pkglint along the way.
Diffstat (limited to 'emulators/suse_libc5')
-rw-r--r--emulators/suse_libc5/Makefile53
1 files changed, 25 insertions, 28 deletions
diff --git a/emulators/suse_libc5/Makefile b/emulators/suse_libc5/Makefile
index 22369a3a0b3..cd30673d230 100644
--- a/emulators/suse_libc5/Makefile
+++ b/emulators/suse_libc5/Makefile
@@ -1,40 +1,37 @@
-# $NetBSD: Makefile,v 1.6 1999/05/21 00:48:45 tron Exp $
+# $NetBSD: Makefile,v 1.7 1999/05/24 20:39:41 tv Exp $
-DISTNAME= shlibs5
-PKGNAME= suse_libc5-6.1
-CATEGORIES= emulators
-MASTER_SITES= ftp://ftp.suse.com/pub/suse/i386/6.1/suse/a1/ \
- ftp://ftp.cs.unm.edu/mirrors/SuSE61/suse/a1/
-EXTRACT_SUFX= .rpm
-ONLY_FOR_ARCHS= i386
+DISTNAME= shlibs5
+PKGNAME= suse_libc5-6.1
+CATEGORIES= emulators
+MASTER_SITES= ftp://ftp.suse.com/pub/suse/i386/6.1/suse/a1/ \
+ ftp://ftp.cs.unm.edu/mirrors/SuSE61/suse/a1/
+EXTRACT_SUFX= .rpm
-MAINTAINER= tron@netbsd.org
-HOMEPAGE= http://www.suse.com/
+MAINTAINER= tron@netbsd.org
+HOMEPAGE= http://www.suse.com/
-DEPENDS+= suse_base-6.1:../suse_base
+DEPENDS= suse_base-6.1:../suse_base
-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"