1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00

- Utilize "CONFLICTS" instead of pkg-req [1]

- Set maintainer to ports@FreeBSD.org

Spotted by:	trevor [1]
This commit is contained in:
Hye-Shik Chang 2003-07-03 14:53:40 +00:00
parent 01fb389bb1
commit f75d8b16d5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84144
2 changed files with 2 additions and 10 deletions

View File

@ -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

View File

@ -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