1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00

Move code designed to prevent people from compiling/installing KDE N.x

when KDE (N+1).x (N = radix 2, shift 1, order 1) is installed to
pre-extract so one can still download the distfiles for (N+1).x.

PR:		30167
Submitted by:	Thierry Thomas <thierry@thomas.as>
This commit is contained in:
Will Andrews 2001-08-28 23:08:12 +00:00
parent 59f98c1159
commit 93c87329b0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47038
4 changed files with 7 additions and 1 deletions

View File

@ -44,7 +44,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${PREFIX}/include" \
MTREE_CMD= ${CAT} ${MTREE_FILE} ${FILESDIR}/kde.dist | /usr/sbin/mtree
MTREE_ARGS= -U -d -e -p
pre-fetch:
pre-extract:
.if exists(${LOCALBASE}/include/kwin.h)
@${ECHO}
@${ECHO} " NOTICE"

View File

@ -55,6 +55,8 @@ pre-fetch:
@${ECHO} "then KDE2 will not build with SSL support."
@${ECHO}
.endif
pre-extract:
.if exists(${LOCALBASE}/include/kfm.h)
@${ECHO}
@${ECHO} " NOTICE"

View File

@ -55,6 +55,8 @@ pre-fetch:
@${ECHO} "then KDE2 will not build with SSL support."
@${ECHO}
.endif
pre-extract:
.if exists(${LOCALBASE}/include/kfm.h)
@${ECHO}
@${ECHO} " NOTICE"

View File

@ -55,6 +55,8 @@ pre-fetch:
@${ECHO} "then KDE2 will not build with SSL support."
@${ECHO}
.endif
pre-extract:
.if exists(${LOCALBASE}/include/kfm.h)
@${ECHO}
@${ECHO} " NOTICE"