diff options
author | agc <agc@pkgsrc.org> | 1998-01-20 11:18:15 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-01-20 11:18:15 +0000 |
commit | 82ec33915cfa262d24521ba0dd9ebd37fad27db9 (patch) | |
tree | eab92196ac9124aad63fb70251b118d0deef3c29 /x11 | |
parent | 38ef44e1a971dcce3ce9207bf12e30ec9a947caf (diff) | |
download | pkgsrc-82ec33915cfa262d24521ba0dd9ebd37fad27db9.tar.gz |
Correct name of this package in the initial comment.
Specify the manual page correctly in Makefile and PLIST.
Add NetBSD RCS Id to PLIST.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xautolock/Makefile | 6 | ||||
-rw-r--r-- | x11/xautolock/pkg/PLIST | 3 |
2 files changed, 5 insertions, 4 deletions
diff --git a/x11/xautolock/Makefile b/x11/xautolock/Makefile index b3b311a733b..c9ba18e28db 100644 --- a/x11/xautolock/Makefile +++ b/x11/xautolock/Makefile @@ -1,9 +1,9 @@ -# Port makefile for: oneko +# Port makefile for: xautolock # Version required: 1pl10 # Date created: 20 Jul 1996 # Whom: Eric Blood <eblood@cs.unr.edu> # -# $NetBSD: Makefile,v 1.2 1997/12/29 04:25:29 hubertf Exp $ +# $NetBSD: Makefile,v 1.3 1998/01/20 11:18:15 agc Exp $ # FreeBSD Id: Makefile,v 1.2 1996/11/18 09:55:42 asami Exp # @@ -19,6 +19,6 @@ MAINTAINER= eblood@cs.unr.edu USE_IMAKE= yes WRKSRC= ${WRKDIR}/xautolock.pl10 -MAN1= xautolock.1 +CAT1= xautolock.0 .include <bsd.port.mk> diff --git a/x11/xautolock/pkg/PLIST b/x11/xautolock/pkg/PLIST index e7ac2a7a0b4..d7c4831a42a 100644 --- a/x11/xautolock/pkg/PLIST +++ b/x11/xautolock/pkg/PLIST @@ -1,2 +1,3 @@ +@comment $NetBSD: PLIST,v 1.2 1998/01/20 11:18:16 agc Exp $ bin/xautolock -man/man1/xautolock.1.gz +man/cat1/xautolock.0.gz |