1999-05-20 17:14:39 -04:00
|
|
|
# New ports collection makefile for: 3.1R to 3-stable upgrade kit
|
1999-03-08 04:06:48 -05:00
|
|
|
# Version required: n/a
|
|
|
|
# Date created: 8 Mar 1999
|
|
|
|
# Whom: asami
|
|
|
|
#
|
1999-06-21 19:25:11 -04:00
|
|
|
# $Id: Makefile,v 1.6 1999/05/20 21:14:32 asami Exp $
|
1999-03-08 04:06:48 -05:00
|
|
|
#
|
|
|
|
|
1999-05-20 17:14:39 -04:00
|
|
|
DISTNAME= 31upgrade-1999.05.20
|
1999-03-08 04:06:48 -05:00
|
|
|
CATEGORIES= misc
|
|
|
|
DISTFILES= # empty
|
|
|
|
|
1999-06-21 19:25:11 -04:00
|
|
|
MAINTAINER= asami@FreeBSD.org
|
1999-03-08 04:06:48 -05:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
1999-03-09 15:57:23 -05:00
|
|
|
.if !defined(PACKAGE_BUILDING)
|
1999-03-10 17:10:51 -05:00
|
|
|
BROKEN= this \"port\" is for building packages for distribution only, please get the package from http://www.freebsd.org/ports/ if you need an upgrade
|
1999-03-09 15:57:23 -05:00
|
|
|
.elif ${OSVERSION} < 310000
|
1999-05-20 17:14:39 -04:00
|
|
|
FORBIDDEN= this needs to be built on a 3-stable system
|
1999-03-08 04:06:48 -05:00
|
|
|
.endif
|
|
|
|
NO_MTREE= yes
|
|
|
|
PREFIX= /
|
|
|
|
NO_BUILD= yes
|
1999-03-29 02:09:48 -05:00
|
|
|
PKGINSTALL= ${WRKDIR}/INSTALL
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${SED} -e "s/%%VERSION%%/${BSDPORTMKVERSION}/" ${PKGDIR}/INSTALL \
|
|
|
|
> ${PKGINSTALL}
|
1999-03-08 04:06:48 -05:00
|
|
|
|
1999-04-21 00:59:59 -04:00
|
|
|
deinstall:
|
|
|
|
@${ECHO} "You can't delete this port."
|
|
|
|
@${FALSE}
|
|
|
|
|
1999-03-08 04:06:48 -05:00
|
|
|
.include <bsd.port.post.mk>
|