Fix CFLAGS handling.
And while we're at it: clean out Makefile, remove FreeBSD maintainer from DESCR, add RCS id to PLIST.
This commit is contained in:
parent
96e4c7134e
commit
e27b66ac39
@ -1,13 +1,8 @@
|
||||
# OpenBSD makefile for: agrep
|
||||
# Version required: 2.04
|
||||
# Date created: December 1, 1997
|
||||
# Whom: Angelos D. Keromytis
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.7 2000/10/22 15:43:33 espie Exp $
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.8 2000/10/24 01:34:02 naddy Exp $
|
||||
|
||||
DISTNAME= agrep-2.04
|
||||
CATEGORIES= textproc
|
||||
NEED_VERSION= 1.340
|
||||
NO_CDROM= "NOFEE: Can not sell"
|
||||
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
@ -17,13 +12,12 @@ PERMIT_DISTFILES_CDROM= No
|
||||
|
||||
MASTER_SITES= ftp://ftp.cs.arizona.edu/agrep/
|
||||
EXTRACT_SUFX= .tar.Z
|
||||
#DISTFILES= ${DISTNAME}.${EXTRACT_SUFX} agrep.ps.1.Z agrep.ps.2.Z
|
||||
|
||||
MAINTAINER= Angelos D. Keromytis <angelos@openbsd.org>
|
||||
|
||||
ALL_TARGET=
|
||||
MAN1= agrep.1
|
||||
MAKE_FLAGS= CFLAGS=${CFLAGS}
|
||||
MAKE_FLAGS= CFLAGS='${CFLAGS}'
|
||||
|
||||
do-install:
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/agrep ${PREFIX}/bin
|
||||
|
@ -39,7 +39,3 @@ Two technical papers describing agrep are available as:
|
||||
agrep.ps.2 is a copy of the paper as appeared in the 1992 Winter
|
||||
USENIX conference.
|
||||
ftp://ftp.cs.arizona.edu/agrep/agrep.ps.2.Z
|
||||
|
||||
|
||||
- David O'Brien
|
||||
obrien@NUXI.com
|
||||
|
@ -1,3 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2000/10/24 01:34:02 naddy Exp $
|
||||
@pkgcfl glimpse-*
|
||||
bin/agrep
|
||||
man/man1/agrep.1
|
||||
|
Loading…
Reference in New Issue
Block a user