diff options
author | max <max@FreeBSD.org> | 1996-12-07 19:26:58 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1996-12-07 19:26:58 +0800 |
commit | bea30c631c04235a8505e3fe72eea7eab8c23e84 (patch) | |
tree | 7250e684a2c8bfe38440afbc76eb6b5d574aebb1 /news/inn-stable | |
parent | a716c3ba2b3defde765ea809514d631cec7e58e2 (diff) | |
download | freebsd-ports-gnome-bea30c631c04235a8505e3fe72eea7eab8c23e84.tar.gz freebsd-ports-gnome-bea30c631c04235a8505e3fe72eea7eab8c23e84.tar.zst freebsd-ports-gnome-bea30c631c04235a8505e3fe72eea7eab8c23e84.zip |
Now, string describing reason for defining these variables must be set
when you define NO_CDROM, NO_PACKAGE or RESTRICTED instead of just ``yes''.
Diffstat (limited to 'news/inn-stable')
-rw-r--r-- | news/inn-stable/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/news/inn-stable/Makefile b/news/inn-stable/Makefile index 0cbdd83d2bda..2f308be9cbb5 100644 --- a/news/inn-stable/Makefile +++ b/news/inn-stable/Makefile @@ -3,7 +3,7 @@ # Date created: 20 Oct 1994 # Whom: torstenb # -# $Id: Makefile,v 1.16 1996/07/08 22:55:17 torstenb Exp $ +# $Id: Makefile,v 1.17 1996/11/18 11:37:39 asami Exp $ # DISTNAME= inn1.4sec @@ -17,8 +17,7 @@ PATCHFILES= select-loop-bug.patch innxmit-long-lines.patch MAINTAINER= torstenb@FreeBSD.ORG -# too many compile-time options -NO_PACKAGE= yes +NO_PACKAGE= "Too many compile-time options." NO_WRKSUBDIR= yes pre-configure: |