4eaf0bff03
and it was killing the build there.
23 lines
542 B
Makefile
23 lines
542 B
Makefile
# New ports collection makefile for: grep
|
|
# Version required: 0.3
|
|
# Date created: 8 June 1999
|
|
# Whom: Sheldon Hearn <sheldonh@freebsd.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= grep-0.12
|
|
PKGNAME= freegrep-0.12
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ftp://ftp.wam.umd.edu/pub/howardjp/software/grep/ \
|
|
http://www.wam.umd.edu/~howardjp/software/grep/ \
|
|
ftp://dragon.ham.muohio.edu/pub/howardjp/software/grep/
|
|
|
|
MAINTAINER= howardjp@wam.umd.edu
|
|
|
|
MAN1= grep.1 egrep.1 fgrep.1 zgrep.1
|
|
|
|
post-extract:
|
|
@(cd ${WRKSRC}; rm -f .depend)
|
|
|
|
.include <bsd.port.mk>
|