freebsd-ports/misc/227upgrade/Makefile
Satoshi Asami d4f14ed1c5 After losing these twice to newfs, I've finally decided to import them
into the repository.  (Note: these won't do anything for you, so don't
touch them if you are not building upgrade kits. :)
1998-12-17 23:42:20 +00:00

26 lines
452 B
Makefile

# New ports collection makefile for: 2.2.7R to 2.2-stable upgrade kit
# Version required: n/a
# Date created: 17 Dec 1998
# Whom: asami
#
# $Id$
#
DISTNAME= 227upgrade-1998.12.17
CATEGORIES= misc
DISTFILES= # empty
MAINTAINER= asami@Freebsd.ORG
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 300000
BROKEN= this needs to be built on a 2.2-stable system
.endif
NO_MTREE= yes
PREFIX= /
NO_BUILD= yes
NO_INSTALL= yes
.include <bsd.port.post.mk>