diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 14:17:24 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 14:17:24 +0000 |
commit | c98cfd116dc0f77d80a247eaa00036df1e3335a1 (patch) | |
tree | 79b52e0aecd534af57de2d0ee3c9a860bc4a01fc /cad/irsim/Makefile | |
parent | Add $Id$. (diff) |
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/Makefile | 5 |
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> |