mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
d4f14ed1c5
into the repository. (Note: these won't do anything for you, so don't touch them if you are not building upgrade kits. :)
26 lines
452 B
Makefile
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>
|