diff options
author | perky <perky@FreeBSD.org> | 2003-07-03 22:53:40 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2003-07-03 22:53:40 +0800 |
commit | 81c14402dca928c0564653a1cdeec34911cce720 (patch) | |
tree | 8d443a8158c5b26858db86b5b688e68390bf9223 /emulators | |
parent | 2f9f56a471a06530815f360ed1c616f4f9e7ab72 (diff) | |
download | freebsd-ports-gnome-81c14402dca928c0564653a1cdeec34911cce720.tar.gz freebsd-ports-gnome-81c14402dca928c0564653a1cdeec34911cce720.tar.zst freebsd-ports-gnome-81c14402dca928c0564653a1cdeec34911cce720.zip |
- 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/Makefile | 3 | ||||
-rw-r--r-- | emulators/linux_base-debian/pkg-req | 9 |
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 |