diff options
author | Steve Price <steve@FreeBSD.org> | 1998-10-05 05:18:06 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-10-05 05:18:06 +0000 |
commit | 8c1c5f4a177063cf410c956996fe02d4deb7f3c6 (patch) | |
tree | ac2af0f80404ef4aae169dc34e86d24bf2929779 /x11/xkeycaps | |
parent | 61b8183d2d26d74ed7220e3779585bb852d14003 (diff) | |
download | ports-8c1c5f4a177063cf410c956996fe02d4deb7f3c6.tar.gz ports-8c1c5f4a177063cf410c956996fe02d4deb7f3c6.zip |
Move manpages to Makefile and use MAN* macros.
Notes
Notes:
svn path=/head/; revision=13665
Diffstat (limited to 'x11/xkeycaps')
-rw-r--r-- | x11/xkeycaps/Makefile | 3 | ||||
-rw-r--r-- | x11/xkeycaps/pkg-plist | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11/xkeycaps/Makefile b/x11/xkeycaps/Makefile index 25ca56cd89c8..e23a9a7a90f3 100644 --- a/x11/xkeycaps/Makefile +++ b/x11/xkeycaps/Makefile @@ -3,7 +3,7 @@ # Date created: 12 February 1995 # Whom: jmz # -# $Id: Makefile,v 1.8 1997/09/11 22:09:20 jmz Exp $ +# $Id: Makefile,v 1.9 1998/04/08 21:30:38 jmz Exp $ # DISTNAME= xkeycaps-2.42 @@ -15,5 +15,6 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= jmz@FreeBSD.org USE_IMAKE= yes +MAN1= xkeycaps.1 .include <bsd.port.mk> diff --git a/x11/xkeycaps/pkg-plist b/x11/xkeycaps/pkg-plist index b4fe89caf6e0..b3c55bb9e9a9 100644 --- a/x11/xkeycaps/pkg-plist +++ b/x11/xkeycaps/pkg-plist @@ -1,2 +1 @@ bin/xkeycaps -man/man1/xkeycaps.1.gz |