diff options
author | asami <asami@FreeBSD.org> | 1998-02-25 06:23:55 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-02-25 06:23:55 +0000 |
commit | 7a3a8e0e7cf5f27d050b7bf2f6c30def3a403284 (patch) | |
tree | 631452bf6d27f54048337b367e176e39bca94ba3 /www/apache13 | |
parent | 81e820235e026f19b18a24c9c00008cce4d39c70 (diff) | |
download | FreeBSD-ports-7a3a8e0e7cf5f27d050b7bf2f6c30def3a403284.zip FreeBSD-ports-7a3a8e0e7cf5f27d050b7bf2f6c30def3a403284.tar.gz |
Define NO_LATEST_LINK.
Diffstat (limited to 'www/apache13')
-rw-r--r-- | www/apache13/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/apache13/Makefile b/www/apache13/Makefile index 46ac81b..58017d9 100644 --- a/www/apache13/Makefile +++ b/www/apache13/Makefile @@ -3,7 +3,7 @@ # Date created: Fri Aug 25 16:42:36 CDT 1995 # Whom: ache@nagual.pp.ru # -# $Id: Makefile,v 1.43 1998/01/07 22:19:03 ache Exp $ +# $Id: Makefile,v 1.44 1998/02/20 11:08:40 ache Exp $ # DISTNAME= apache_1.3b5 @@ -17,6 +17,8 @@ MASTER_SITES= ftp://www.apache.org/apache/dist/ MAINTAINER= ache@freebsd.org +NO_LATEST_LINK= yes + # Set it for local-supplied patch, f.e. # VERS_ID = mods-1.0/me |