From f75d8b16d55dcd520b0b049c51f9ce4b7ff8562c Mon Sep 17 00:00:00 2001 From: Hye-Shik Chang Date: Thu, 3 Jul 2003 14:53:40 +0000 Subject: - Utilize "CONFLICTS" instead of pkg-req [1] - Set maintainer to ports@FreeBSD.org Spotted by: trevor [1] --- emulators/linux_base-debian/Makefile | 3 ++- emulators/linux_base-debian/pkg-req | 9 --------- 2 files changed, 2 insertions(+), 10 deletions(-) delete mode 100644 emulators/linux_base-debian/pkg-req (limited to 'emulators/linux_base-debian') diff --git a/emulators/linux_base-debian/Makefile b/emulators/linux_base-debian/Makefile index 550b07e5e1bd..2f2cf991f993 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 878ce96b02da..000000000000 --- 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 -- cgit v1.2.3