diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 01:10:50 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 01:10:50 +0000 |
commit | c050cd6b6be3be69279a362391dda88bc9da0b36 (patch) | |
tree | 067381b12ab74a3fd1605f22110eb9242387aacd /games/flightgear-data | |
parent | Rename PLIST.in to pkg-plist.in. (diff) |
Rename PLIST.notools to pkg-plist.notools.
(I'm leaving patches.tools alone as it should still work fine after the change.)
Notes
Notes:
svn path=/head/; revision=33508
Diffstat (limited to 'games/flightgear-data')
-rw-r--r-- | games/flightgear-data/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/flightgear-data/Makefile b/games/flightgear-data/Makefile index 99ce7284acd6..5ae21f4460d0 100644 --- a/games/flightgear-data/Makefile +++ b/games/flightgear-data/Makefile @@ -37,7 +37,7 @@ pre-configure: cd ${WRKDIR}/gpc231; ${GMAKE}; \ ${GMAKE} PREFIX=${WRKSRC}/gfcgpc install) .else -PLIST= ${MASTERDIR}/pkg/PLIST.notools +PLIST= ${MASTERDIR}/pkg-plist.notools ADDPATCHES= ${MASTERDIR}/patches.tools/disable-tools USE_AUTOCONF= yes .endif |