diff options
author | Torsten Blum <torstenb@FreeBSD.org> | 1995-10-25 02:12:08 +0000 |
---|---|---|
committer | Torsten Blum <torstenb@FreeBSD.org> | 1995-10-25 02:12:08 +0000 |
commit | a922e85ca2d89f30eed50e29214ed3abb295ae27 (patch) | |
tree | 5b13f97b067f7f407ac6e6bf304f7ff23fc81881 /news/inn/Makefile | |
parent | Shorten the COMMENT line (diff) |
- use systems CFLAGS
- fix the load average check in nnrpd
Approved By: asami
Notes
Notes:
svn path=/head/; revision=2362
Diffstat (limited to 'news/inn/Makefile')
-rw-r--r-- | news/inn/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/news/inn/Makefile b/news/inn/Makefile index a864770d6e4d..4199f2cc1974 100644 --- a/news/inn/Makefile +++ b/news/inn/Makefile @@ -3,7 +3,7 @@ # Date created: 20 Oct 1994 # Whom: torstenb # -# $Id: Makefile,v 1.11 1995/10/06 14:33:05 torstenb Exp $ +# $Id: Makefile,v 1.12 1995/10/10 07:24:14 asami Exp $ # DISTNAME= inn1.4sec @@ -21,6 +21,9 @@ MAINTAINER= torstenb@FreeBSD.ORG NO_PACKAGE= yes NO_WRKSUBDIR= yes +pre-configure: + echo "${CFLAGS}" >/tmp/build-ports-news-inn-cflags + pre-install: mkdir -p ${PREFIX}/news |