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 | |
parent | 0bbbf2886a413607c26e164f4a0a0e4ef5a2a3e0 (diff) | |
download | ports-39bfe2bff587c2e671ef685cf1519733478b4f10.tar.gz ports-39bfe2bff587c2e671ef685cf1519733478b4f10.zip |
Notes
Diffstat (limited to 'misc/34upgrade')
-rw-r--r-- | misc/34upgrade/Makefile | 37 | ||||
-rw-r--r-- | misc/34upgrade/pkg-comment | 1 | ||||
-rw-r--r-- | misc/34upgrade/pkg-descr | 5 | ||||
-rw-r--r-- | misc/34upgrade/pkg-install | 5 | ||||
-rw-r--r-- | misc/34upgrade/pkg-plist | 6 | ||||
-rw-r--r-- | misc/34upgrade/pkg-req | 5 |
6 files changed, 0 insertions, 59 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> diff --git a/misc/34upgrade/pkg-comment b/misc/34upgrade/pkg-comment deleted file mode 100644 index 86b177cfd09d..000000000000 --- a/misc/34upgrade/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A convenience package to upgrade your 3.3 or 3.4 system to 3-stable for ports diff --git a/misc/34upgrade/pkg-descr b/misc/34upgrade/pkg-descr deleted file mode 100644 index d71e734d187a..000000000000 --- a/misc/34upgrade/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This package will allow you to upgrade your 3.3R or 3.4R system to -3-stable, so you can compile and use all ports in ports-current. - -Satoshi -asami@freebsd.org diff --git a/misc/34upgrade/pkg-install b/misc/34upgrade/pkg-install deleted file mode 100644 index 8ed8de67d62f..000000000000 --- a/misc/34upgrade/pkg-install +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -if [ "$2" != "PRE-INSTALL" ]; then - exit 0 -fi -echo %%VERSION%% > /var/db/port.mkversion diff --git a/misc/34upgrade/pkg-plist b/misc/34upgrade/pkg-plist deleted file mode 100644 index 8fe0c24e111c..000000000000 --- a/misc/34upgrade/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -etc/mtree/BSD.x11-4.dist -usr/bin/install-info -usr/bin/makeinfo -usr/lib/libc_r.so.4 -usr/share/misc/termcap -usr/share/misc/termcap.db diff --git a/misc/34upgrade/pkg-req b/misc/34upgrade/pkg-req deleted file mode 100644 index 1eb81c651314..000000000000 --- a/misc/34upgrade/pkg-req +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -if [ $2 = "DEINSTALL" ]; then - echo "Package $1 cannot be removed -- to do so will render your system useless." - exit 1 -fi |