summaryrefslogtreecommitdiff
path: root/emulators/linux_base-debian
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2003-07-03 14:53:40 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2003-07-03 14:53:40 +0000
commitf75d8b16d55dcd520b0b049c51f9ce4b7ff8562c (patch)
tree2ff05bce2cdb76136c9730261ca914df40172e34 /emulators/linux_base-debian
parentAdd p5-Unicode-Lite 0.12, (diff)
- Utilize "CONFLICTS" instead of pkg-req [1]
- Set maintainer to ports@FreeBSD.org Spotted by: trevor [1]
Diffstat (limited to 'emulators/linux_base-debian')
-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 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