diff options
author | agc <agc@pkgsrc.org> | 1998-06-22 12:58:33 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-06-22 12:58:33 +0000 |
commit | 988019b0161173d9185365a43313f01b0fdb5e3d (patch) | |
tree | d4348e0f294c2e984b78663e6958bb9a3bb8fcd8 /x11/xgas | |
parent | daa3dd519ae7d2f2b965e1cc9ca7cd78fa7ad24c (diff) | |
download | pkgsrc-988019b0161173d9185365a43313f01b0fdb5e3d.tar.gz |
Update package Makefiles for automatic manual page handling.
Diffstat (limited to 'x11/xgas')
-rw-r--r-- | x11/xgas/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/xgas/Makefile b/x11/xgas/Makefile index 5b2b0fd23ef..396e14ef52d 100644 --- a/x11/xgas/Makefile +++ b/x11/xgas/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1998/05/27 13:14:11 frueauf Exp $ +# $NetBSD: Makefile,v 1.5 1998/06/22 13:21:04 agc Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1996/11/15 09:55:44 asami Exp # @@ -11,8 +11,6 @@ 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 |