summaryrefslogblamecommitdiff
path: root/misc/34upgrade/Makefile
blob: 0279c6612e5d2977d1754a31b3507b84d2865f8a (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                                        





                                  
                         
                          








                                                                                                                                                              

                                                                          





                                                                  
                                          

           
                                                              






                                              
# New ports collection makefile for:	3.3/3.4R to 3-stable upgrade kit
# Date created:		5 Jan 2000
# Whom:			asami
#
# $FreeBSD$
#

PORTNAME=	34upgrade
PORTVERSION=	2000.08.25
CATEGORIES=	misc
DISTFILES=	# empty

MAINTAINER=	asami@FreeBSD.org

.include <bsd.port.pre.mk>

.if !defined(PACKAGE_BUILDING)
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
.elif ${OSVERSION} >= 400000
# test for ${OSVERSION} >= 340000 removed -- it triggers a bug in old make
FORBIDDEN=	this needs to be built on a recent 3-stable system
.endif
NO_MTREE=	yes
PREFIX=		/
NO_BUILD=	yes
PKGINSTALL=	${WRKDIR}/INSTALL
DATE!=		cat /var/db/port.mkversion

do-install:
	${SED} -e "s/%%VERSION%%/${DATE}/" ${PKGDIR}/INSTALL \
		> ${PKGINSTALL}

deinstall:
	@${ECHO} "You can't delete this port."
	@${FALSE}

.include <bsd.port.post.mk>