diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-04-07 20:31:34 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-04-07 20:31:34 +0000 |
commit | 2f7235b8a06acf61d6a8b536271274a8cc79f8d5 (patch) | |
tree | 452621058c083349587f80ef8d48f1c83076c368 | |
parent | 15e9c553e549ff947a75c182599022f599736212 (diff) | |
download | freebsd-ports-2f7235b8a06acf61d6a8b536271274a8cc79f8d5.zip |
IGNORE: is incompatible with the latest FlightGear release
-rw-r--r-- | games/flightgear-l410/Makefile | 2 | ||||
-rw-r--r-- | games/flightgear-mb339-pan/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/games/flightgear-l410/Makefile b/games/flightgear-l410/Makefile index 81a00c6bb26e..a991f9b9ea71 100644 --- a/games/flightgear-l410/Makefile +++ b/games/flightgear-l410/Makefile @@ -26,6 +26,8 @@ PKGMESSAGE= ${WRKDIR}/.pkg-message PLIST= ${WRKDIR}/.plist PLIST_FILES= bin/fgfs-l410 +IGNORE= is incompatible with the latest FlightGear release + post-extract: @cd ${WRKSRC} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/${SRCDIST} ${EXTRACT_AFTER_ARGS} @${CAT} ${MASTERDIR}/pkg-message ${.CURDIR}/pkg-message > ${PKGMESSAGE} diff --git a/games/flightgear-mb339-pan/Makefile b/games/flightgear-mb339-pan/Makefile index 2d5c4cc7117e..7829b17bffeb 100644 --- a/games/flightgear-mb339-pan/Makefile +++ b/games/flightgear-mb339-pan/Makefile @@ -23,6 +23,8 @@ NO_BUILD= yes RESTRICTED= "Redistribution prohibited" PLIST= ${WRKDIR}/.plist +IGNORE= is incompatible with the latest FlightGear release + pre-install: @${RM} -f ${PLIST} @cd ${WRKSRC} && \ |