diff options
Diffstat (limited to 'games/fsgs/Makefile')
-rw-r--r-- | games/fsgs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/fsgs/Makefile b/games/fsgs/Makefile index 9eecb9682362..bb610164396e 100644 --- a/games/fsgs/Makefile +++ b/games/fsgs/Makefile @@ -13,10 +13,10 @@ DISTFILES= fsgs07126bsd.tgz fsgs0721lx.tgz MAINTAINER= dburr@FreeBSD.ORG -FORBIDDEN= "Some data files probably need to be made group-writable" - NO_BUILD= yes +IGNORE= "Disabled for legal reasons" + do-install: ${CP} -Rp ${WRKDIR}/opt/fsgs ${PREFIX}/fsgs ${CP} ${WRKDIR}/release/fsgs ${PREFIX}/fsgs/fsgs |