diff options
author | jylefort <jylefort@FreeBSD.org> | 2006-04-08 04:31:34 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2006-04-08 04:31:34 +0800 |
commit | 9b427a915a25a0765019b12d902c880c29fdce40 (patch) | |
tree | 7b406d7a57a822828f74faffc18f8921f9a58027 /games | |
parent | abb7642885ebbca16d1f80c86efca35ca4a6a9cb (diff) | |
download | freebsd-ports-gnome-9b427a915a25a0765019b12d902c880c29fdce40.tar.gz freebsd-ports-gnome-9b427a915a25a0765019b12d902c880c29fdce40.tar.zst freebsd-ports-gnome-9b427a915a25a0765019b12d902c880c29fdce40.zip |
IGNORE: is incompatible with the latest FlightGear release
Diffstat (limited to 'games')
-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} && \ |