diff options
author | asami <asami@FreeBSD.org> | 1996-11-18 19:44:27 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-18 19:44:27 +0800 |
commit | 55d005face1453b1b4a2060d200b23e7a8724bc6 (patch) | |
tree | 57df8a2140bcfbf3d9340091e7c6cadd742f8b85 /graphics/xdl | |
parent | e17062778b44808fb41055bba34741677ec69abc (diff) | |
download | freebsd-ports-gnome-55d005face1453b1b4a2060d200b23e7a8724bc6.tar.gz freebsd-ports-gnome-55d005face1453b1b4a2060d200b23e7a8724bc6.tar.zst freebsd-ports-gnome-55d005face1453b1b4a2060d200b23e7a8724bc6.zip |
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Diffstat (limited to 'graphics/xdl')
-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> |