diff options
author | steve <steve@FreeBSD.org> | 1998-10-05 13:18:06 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-10-05 13:18:06 +0800 |
commit | 5f36ef6e4a9221e4449a54a90685564c35712463 (patch) | |
tree | 0a70ca115ca840b9aeaa77fdaf4ae46569813a90 /x11/xautolock | |
parent | d27d260f343906a71a835e2e1b57090c777d7d3c (diff) | |
download | freebsd-ports-gnome-5f36ef6e4a9221e4449a54a90685564c35712463.tar.gz freebsd-ports-gnome-5f36ef6e4a9221e4449a54a90685564c35712463.tar.zst freebsd-ports-gnome-5f36ef6e4a9221e4449a54a90685564c35712463.zip |
Move manpages to Makefile and use MAN* macros.
Diffstat (limited to 'x11/xautolock')
-rw-r--r-- | x11/xautolock/Makefile | 3 | ||||
-rw-r--r-- | x11/xautolock/pkg-plist | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11/xautolock/Makefile b/x11/xautolock/Makefile index 5c2806e37384..c0e74ea60770 100644 --- a/x11/xautolock/Makefile +++ b/x11/xautolock/Makefile @@ -3,7 +3,7 @@ # Date created: 20 Jul 1996 # Whom: Eric Blood <eblood@cs.unr.edu> # -# $Id: Makefile,v 1.5 1998/08/19 00:50:53 asami Exp $ +# $Id: Makefile,v 1.6 1998/08/30 15:38:57 steve Exp $ # DISTNAME= xautolock-pl11 @@ -17,5 +17,6 @@ MAINTAINER= eblood@cs.unr.edu USE_IMAKE= yes WRKSRC= ${WRKDIR}/xautolock-pl11 +MAN1= xautolock.1 .include <bsd.port.mk> diff --git a/x11/xautolock/pkg-plist b/x11/xautolock/pkg-plist index e7ac2a7a0b41..90aee43ad7eb 100644 --- a/x11/xautolock/pkg-plist +++ b/x11/xautolock/pkg-plist @@ -1,2 +1 @@ bin/xautolock -man/man1/xautolock.1.gz |