diff options
Diffstat (limited to 'x11/xkeycaps/Makefile')
-rw-r--r-- | x11/xkeycaps/Makefile | 3 |
1 files changed, 2 insertions, 1 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> |