summaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorperky <perky@FreeBSD.org>2003-07-03 14:53:40 +0000
committerperky <perky@FreeBSD.org>2003-07-03 14:53:40 +0000
commit81c14402dca928c0564653a1cdeec34911cce720 (patch)
tree8d443a8158c5b26858db86b5b688e68390bf9223 /emulators
parent2f9f56a471a06530815f360ed1c616f4f9e7ab72 (diff)
downloadFreeBSD-ports-81c14402dca928c0564653a1cdeec34911cce720.zip
FreeBSD-ports-81c14402dca928c0564653a1cdeec34911cce720.tar.gz
- Utilize "CONFLICTS" instead of pkg-req [1]
- Set maintainer to ports@FreeBSD.org Spotted by: trevor [1]
Diffstat (limited to 'emulators')
-rw-r--r--emulators/linux_base-debian/Makefile3
-rw-r--r--emulators/linux_base-debian/pkg-req9
2 files changed, 2 insertions, 10 deletions
diff --git a/emulators/linux_base-debian/Makefile b/emulators/linux_base-debian/Makefile
index 550b07e..2f2cf99 100644
--- a/emulators/linux_base-debian/Makefile
+++ b/emulators/linux_base-debian/Makefile
@@ -14,11 +14,12 @@ PKGNAMESUFFIX= -debian
DISTFILES= basedebs.tar util-linux-locales_2.11n-4_all.deb
EXTRACT_ONLY= basedebs.tar
-MAINTAINER= perky@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Debian base set for the Linux mode
BUILD_DEPENDS= ${DPKG_CMD}:${PORTSDIR}/archivers/dpkg
+CONFLICTS= linux_base-*
DIST_SUBDIR= debian-${PORTVERSION}-${DISTDATE}
DISTDATE= 2002-07-18
WRKSRC= ${WRKDIR}/var/cache/apt/archives
diff --git a/emulators/linux_base-debian/pkg-req b/emulators/linux_base-debian/pkg-req
deleted file mode 100644
index 878ce96..0000000
--- a/emulators/linux_base-debian/pkg-req
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-# $FreeBSD$
-
-if [ "x$1" = "xINSTALL" -o "x$2" = "xINSTALL" ]; then
- if [ -f ${PKG_PREFIX}/etc/redhat-release ]; then
- echo "linux_base-debian can't be installed into the redhat base"
- exit 1
- fi
-fi
OpenPOWER on IntegriCloud