diff options
author | christos <christos@pkgsrc.org> | 2006-01-15 16:56:26 +0000 |
---|---|---|
committer | christos <christos@pkgsrc.org> | 2006-01-15 16:56:26 +0000 |
commit | 39681061f94d126886b7af77b379c11098179145 (patch) | |
tree | 7a5dcd399e4684193855d88986275c25bd4d2fa0 /games/xsc/Makefile | |
parent | df39f569639affc75d2f73b7a5972f5c48b84ea2 (diff) | |
download | pkgsrc-39681061f94d126886b7af77b379c11098179145.tar.gz |
avoid instant core-dump.
Diffstat (limited to 'games/xsc/Makefile')
-rw-r--r-- | games/xsc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xsc/Makefile b/games/xsc/Makefile index ff0a77d231b..ad9926aa363 100644 --- a/games/xsc/Makefile +++ b/games/xsc/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2005/06/16 06:57:56 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2006/01/15 16:56:26 christos Exp $ # DISTNAME= xsc-1.5 +PKGREVISION= 1 CATEGORIES= games MASTER_SITES= http://www.panix.com/~mbh/xsc/ |