minor makefile tweaks

This commit is contained in:
marc 1998-10-07 04:35:52 +00:00
parent e1bec3bf18
commit a968076dff

View File

@ -1,22 +1,16 @@
# New ports collection makefile for: iozone
# Version required: 2.01
# Date created: 26 November 1997
# Whom: niklas
#
# $OpenBSD: Makefile,v 1.2 1997/12/29 21:17:43 joey Exp $
# $OpenBSD: Makefile,v 1.3 1998/10/07 04:35:52 marc Exp $
#
DISTNAME= iozone
PKGNAME= iozone-2.01
DISTNAME= iozone-2.01
CATEGORIES= benchmarks
MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/
DISTFILES= iozone-2.01.shar.gz
MAINTAINER= niklas@openbsd.org
MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/
EXTRACT_SUFX= .shar.gz
EXTRACT_CMD= ( gzcat | awk '{if (/^\#!/) x++} {if(x) print $$0'}| /bin/sh )
EXTRACT_ARGS= <
NO_WRKSUBDIR= YES
MAN1= iozone.1
.include <bsd.port.mk>