diff options
author | frueauf <frueauf> | 1998-05-27 13:14:11 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1998-05-27 13:14:11 +0000 |
commit | 1fa96b416dd3d8d27e406e7475690ed423f3bd82 (patch) | |
tree | f7a0565848006d5c9355ea9d5529be77adc64dec /x11/xgas | |
parent | 69231022865dc781a848c8902e4e43964306cc7e (diff) | |
download | pkgsrc-1fa96b416dd3d8d27e406e7475690ed423f3bd82.tar.gz |
Add missing CAT1=xgas.0.
Diffstat (limited to 'x11/xgas')
-rw-r--r-- | x11/xgas/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/xgas/Makefile b/x11/xgas/Makefile index e69084845cf..5b2b0fd23ef 100644 --- a/x11/xgas/Makefile +++ b/x11/xgas/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1998/04/15 10:38:57 agc Exp $ +# $NetBSD: Makefile,v 1.4 1998/05/27 13:14:11 frueauf Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1996/11/15 09:55:44 asami Exp # @@ -11,6 +11,8 @@ MAINTAINER= nakai@mlab.t.u-tokyo.ac.jp USE_IMAKE= yes +CAT1= xgas.0 + post-install: @chmod 755 ${PREFIX}/bin/xgas @chown bin.bin ${PREFIX}/bin/xgas |