diff options
Diffstat (limited to 'news/inn-current/Makefile')
-rw-r--r-- | news/inn-current/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/news/inn-current/Makefile b/news/inn-current/Makefile index a864770d6e4d..4199f2cc1974 100644 --- a/news/inn-current/Makefile +++ b/news/inn-current/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 |