diff options
author | Will Andrews <will@FreeBSD.org> | 2001-02-15 16:00:28 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-02-15 16:00:28 +0000 |
commit | 39bfe2bff587c2e671ef685cf1519733478b4f10 (patch) | |
tree | 1bad84d7f37882b8bae79dd69342d1b5ae06ccaa /misc/34upgrade/Makefile | |
parent | 0bbbf2886a413607c26e164f4a0a0e4ef5a2a3e0 (diff) | |
download | ports-39bfe2bff587c2e671ef685cf1519733478b4f10.tar.gz ports-39bfe2bff587c2e671ef685cf1519733478b4f10.zip |
Notes
Diffstat (limited to 'misc/34upgrade/Makefile')
-rw-r--r-- | misc/34upgrade/Makefile | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/misc/34upgrade/Makefile b/misc/34upgrade/Makefile deleted file mode 100644 index e6088f1141d5..000000000000 --- a/misc/34upgrade/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# 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}/pkg-install \ - > ${PKGINSTALL} - -deinstall: - @${ECHO} "You can't delete this port." - @${FALSE} - -.include <bsd.port.post.mk> |