diff options
author | hubertf <hubertf@pkgsrc.org> | 1997-12-29 04:25:29 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1997-12-29 04:25:29 +0000 |
commit | a0384926f8be30fdea2b6ea9ae654247245ce244 (patch) | |
tree | 5e63856aca30dbf229007013c926afa29a5f5eeb /x11/xautolock/Makefile | |
parent | 7cc11e4a0517572a410284b150fdf2ac5dccc60a (diff) | |
download | pkgsrc-a0384926f8be30fdea2b6ea9ae654247245ce244.tar.gz |
Add MAN1, fix RCS Id.
Diffstat (limited to 'x11/xautolock/Makefile')
-rw-r--r-- | x11/xautolock/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/xautolock/Makefile b/x11/xautolock/Makefile index 6e5ac0fce79..b3b311a733b 100644 --- a/x11/xautolock/Makefile +++ b/x11/xautolock/Makefile @@ -3,7 +3,8 @@ # Date created: 20 Jul 1996 # Whom: Eric Blood <eblood@cs.unr.edu> # -# $Id: Makefile,v 1.1.1.1 1997/12/29 04:22:57 hubertf Exp $ +# $NetBSD: Makefile,v 1.2 1997/12/29 04:25:29 hubertf Exp $ +# FreeBSD Id: Makefile,v 1.2 1996/11/18 09:55:42 asami Exp # DISTNAME= xautolock-1pl10 @@ -18,4 +19,6 @@ MAINTAINER= eblood@cs.unr.edu USE_IMAKE= yes WRKSRC= ${WRKDIR}/xautolock.pl10 +MAN1= xautolock.1 + .include <bsd.port.mk> |