summaryrefslogtreecommitdiff
path: root/benchmarks/hbench/Makefile
diff options
context:
space:
mode:
authorveego <veego>2005-02-21 20:51:21 +0000
committerveego <veego>2005-02-21 20:51:21 +0000
commit668dae8704bd09f251d640d44a612089c99dbe1c (patch)
treee5cd50aaf3a99bd4ee50596fced6f7f52c8a1c11 /benchmarks/hbench/Makefile
parent7692814d02f053538d682dd6e1449129b3a4918a (diff)
downloadpkgsrc-668dae8704bd09f251d640d44a612089c99dbe1c.tar.gz
Use the extended PLIST_SRC support which now also reads:
PLIST.${MACHINE_ARCH:C/i[3-6]86/i386/g} PLIST.${OPSYS}-${MACHINE_ARCH:C/i[3-6]86/i386/g} and remove the package hack for MD PLIST files. While here merge the PLIST.md file into PLIST.common and put the @dirrm commands into the new PLIST.common_end
Diffstat (limited to 'benchmarks/hbench/Makefile')
-rw-r--r--benchmarks/hbench/Makefile12
1 files changed, 1 insertions, 11 deletions
diff --git a/benchmarks/hbench/Makefile b/benchmarks/hbench/Makefile
index e9acfba546e..6b2b9b41506 100644
--- a/benchmarks/hbench/Makefile
+++ b/benchmarks/hbench/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2004/12/03 15:14:51 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2005/02/21 20:51:21 veego Exp $
DISTNAME= hbench-OS-1.0
PKGNAME= hbench-1.0
@@ -19,18 +19,8 @@ USE_BUILDLINK3= YES
OSVERSION_SPECIFIC= YES
BUILD_TARGET= build
-PLIST_SRC= ${WRKDIR}/PLIST-src
-
DIST_SUBDIR= ${PKGNAME_NOREV}
-post-patch:
- @machfiles=""; \
- if [ ${MACHINE} = i386 ]; then \
- machfiles="$$machfiles ${PKGDIR}/PLIST.${MACHINE}"; \
- fi ; \
- ${CAT} ${PKGDIR}/PLIST.md $$machfiles ${PKGDIR}/PLIST.common \
- > ${PLIST_SRC}
-
post-configure:
@cd ${WRKSRC}; \
for f in scripts/create-all-analyses \