diff options
author | asami <asami@FreeBSD.org> | 2000-10-08 01:10:50 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-08 01:10:50 +0000 |
commit | 3a395ec471b8562b70a39ef0eba5b72385e887b7 (patch) | |
tree | 4dc1f7a050ad14c4958152ce8e75a0da2c763416 /games/fgfs-base | |
parent | b2078d8d3defde1653d7c341ce38fe929f48e551 (diff) | |
download | FreeBSD-ports-3a395ec471b8562b70a39ef0eba5b72385e887b7.zip FreeBSD-ports-3a395ec471b8562b70a39ef0eba5b72385e887b7.tar.gz |
Rename PLIST.notools to pkg-plist.notools.
(I'm leaving patches.tools alone as it should still work fine after the change.)
Diffstat (limited to 'games/fgfs-base')
-rw-r--r-- | games/fgfs-base/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/fgfs-base/Makefile b/games/fgfs-base/Makefile index 99ce728..5ae21f4 100644 --- a/games/fgfs-base/Makefile +++ b/games/fgfs-base/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 |