summaryrefslogtreecommitdiff
path: root/graphics/xdl
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-11-18 11:44:27 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-11-18 11:44:27 +0000
commit300c45cf2e488b0b4bef726272d1259f14ae8ed9 (patch)
tree842a2dc4580fa0370f28faca34d61ab06c735859 /graphics/xdl
parentRemove spurious ^M at end of lines. (diff)
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Notes
Notes: svn path=/head/; revision=4575
Diffstat (limited to 'graphics/xdl')
-rw-r--r--graphics/xdl/Makefile8
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>