diff options
Diffstat (limited to 'x11/xzoom/Makefile')
-rw-r--r-- | x11/xzoom/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xzoom/Makefile b/x11/xzoom/Makefile index edb8492b347b..03a86e7de985 100644 --- a/x11/xzoom/Makefile +++ b/x11/xzoom/Makefile @@ -3,7 +3,7 @@ # Date created: 30 June 1997 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/08/25 14:05:17 itojun Exp $ # DISTNAME= xzoom-0.3 @@ -15,5 +15,6 @@ EXTRACT_SUFX= .tgz MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp USE_IMAKE= yes +MAN1= xzoom.1 .include <bsd.port.mk> |