aboutsummaryrefslogtreecommitdiff
path: root/cad/irsim/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-11-18 14:17:24 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-11-18 14:17:24 +0000
commitc98cfd116dc0f77d80a247eaa00036df1e3335a1 (patch)
tree79b52e0aecd534af57de2d0ee3c9a860bc4a01fc /cad/irsim/Makefile
parentb7797c8f9cae00eef6480e567b0f9ab5d21741ed (diff)
downloadports-c98cfd116dc0f77d80a247eaa00036df1e3335a1.tar.gz
ports-c98cfd116dc0f77d80a247eaa00036df1e3335a1.zip
Compress a bunch of manpages. Remove unnecessary @ directives from
PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
Notes
Notes: svn path=/head/; revision=4578
Diffstat (limited to 'cad/irsim/Makefile')
-rw-r--r--cad/irsim/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/cad/irsim/Makefile b/cad/irsim/Makefile
index a6182e40ea8a..b6a1de9b9f21 100644
--- a/cad/irsim/Makefile
+++ b/cad/irsim/Makefile
@@ -3,7 +3,7 @@
# Date created: 18 Dec 1994
# Whom: swallace
#
-# $Id: Makefile,v 1.4 1995/07/29 08:49:29 asami Exp $
+# $Id: Makefile,v 1.5 1996/11/15 23:30:55 obrien Exp $
#
DISTNAME= irsim-9.2
@@ -14,5 +14,8 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= swallace@FreeBSD.org
WRKSRC= ${.CURDIR}/work/irsim
+MAN1= irsim.1
+MAN3= irsim-analyzer.3
+MAN5= netchange.5
.include <bsd.port.mk>