diff options
author | steve <steve@FreeBSD.org> | 1998-09-16 02:25:06 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-09-16 02:25:06 +0000 |
commit | a40391afdaa8ce3b43d1fa4a3ab5391238d18cba (patch) | |
tree | bdde2dc287c429f54c6981fc0bffce9930c9a1cf /cad/xcircuit/Makefile | |
parent | 5c5e72e21e37b2db9e18c002af6cf0f2ec384aa0 (diff) | |
download | FreeBSD-ports-a40391afdaa8ce3b43d1fa4a3ab5391238d18cba.zip FreeBSD-ports-a40391afdaa8ce3b43d1fa4a3ab5391238d18cba.tar.gz |
Take the manpages out of pkg/PLIST and put them in MAN1.
Diffstat (limited to 'cad/xcircuit/Makefile')
-rw-r--r-- | cad/xcircuit/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cad/xcircuit/Makefile b/cad/xcircuit/Makefile index 86e703e..81fe5b8 100644 --- a/cad/xcircuit/Makefile +++ b/cad/xcircuit/Makefile @@ -3,7 +3,7 @@ # Date created: 3 Apr 1998 # Whom: giffunip@asme.org # -# $Id: Makefile,v 1.1.1.1 1998/05/18 04:20:21 mph Exp $ +# $Id: Makefile,v 1.2 1998/05/25 21:03:03 fenner Exp $ # DISTNAME= xcircuit-1.7 @@ -19,6 +19,8 @@ XMKMF= xmkmf ALL_TARGET= INSTALL_TARGET= install install.man +MAN1= xcircuit.1 + post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/examples/xcircuit |