diff options
author | Donald Burr <dburr@FreeBSD.org> | 2002-05-19 05:03:09 +0000 |
---|---|---|
committer | Donald Burr <dburr@FreeBSD.org> | 2002-05-19 05:03:09 +0000 |
commit | d62630041436c6b3a22d3f19f01ae58be053cbe7 (patch) | |
tree | 1160158fb42bb869790f162d3330861e9131f641 | |
parent | Update to 0.19. (diff) |
Marked IGNORE: "Disabled for legal reasons"
see PR Ports/29009
Notes
Notes:
svn path=/head/; revision=59451
-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 |