diff options
Diffstat (limited to 'graphics/xdl/Makefile')
-rw-r--r-- | graphics/xdl/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/graphics/xdl/Makefile b/graphics/xdl/Makefile index 384cc3a2cce6..d7d3b2d407d0 100644 --- a/graphics/xdl/Makefile +++ b/graphics/xdl/Makefile @@ -3,18 +3,16 @@ # Date created: 17 July 1995 # Whom: asami # -# $Id: Makefile,v 1.1.1.1 1995/07/18 00:32:33 asami Exp $ +# $Id: Makefile,v 1.2 1995/07/27 10:11:27 ats Exp $ # DISTNAME= xdl-2.1 -CATEGORIES+= graphics x11 +CATEGORIES= graphics x11 MASTER_SITES= ftp://ftp.uoknor.edu/src/X11R5/ MAINTAINER= asami@FreeBSD.ORG USE_X11= yes - -post-install: - gzip -9nf ${PREFIX}/man/man1/xdl.1 +MAN1= xdl.1 .include <bsd.port.mk> |