diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-03-09 20:57:23 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-03-09 20:57:23 +0000 |
commit | e3f517404ebc174307f8f09c817567337b4fd0ed (patch) | |
tree | 951ba5c5476b6b0b04cd9e3a7c9a4201c0c9ae08 /misc/225upgrade | |
parent | f4bc2802b7df75232d96606cf9c2620de6dad90a (diff) | |
download | ports-e3f517404ebc174307f8f09c817567337b4fd0ed.tar.gz ports-e3f517404ebc174307f8f09c817567337b4fd0ed.zip |
Notes
Diffstat (limited to 'misc/225upgrade')
-rw-r--r-- | misc/225upgrade/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/misc/225upgrade/Makefile b/misc/225upgrade/Makefile index 56ff9931c3e0..30fb4d795296 100644 --- a/misc/225upgrade/Makefile +++ b/misc/225upgrade/Makefile @@ -3,7 +3,7 @@ # Date created: 30 Nov 1997 # Whom: asami # -# $Id: Makefile,v 1.1.1.1 1998/12/17 23:42:19 asami Exp $ +# $Id: Makefile,v 1.2 1999/03/08 09:12:20 asami Exp $ # DISTNAME= 225upgrade-1998.03.08 @@ -14,7 +14,9 @@ MAINTAINER= asami@Freebsd.ORG .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 300000 +.if !defined(PACKAGE_BUILDING) +BROKEN= this \"port\" is for building packages for distribution only +.elif ${OSVERSION} >= 300000 IGNORE= this needs to be built on a 2.2-stable system .endif NO_MTREE= yes |