diff options
author | steve <steve@FreeBSD.org> | 1998-09-16 10:25:06 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-09-16 10:25:06 +0800 |
commit | a40391afdaa8ce3b43d1fa4a3ab5391238d18cba (patch) | |
tree | bdde2dc287c429f54c6981fc0bffce9930c9a1cf /cad/xcircuit | |
parent | 5c5e72e21e37b2db9e18c002af6cf0f2ec384aa0 (diff) | |
download | freebsd-ports-gnome-a40391afdaa8ce3b43d1fa4a3ab5391238d18cba.tar.gz freebsd-ports-gnome-a40391afdaa8ce3b43d1fa4a3ab5391238d18cba.tar.zst freebsd-ports-gnome-a40391afdaa8ce3b43d1fa4a3ab5391238d18cba.zip |
Take the manpages out of pkg/PLIST and put them in MAN1.
Diffstat (limited to 'cad/xcircuit')
-rw-r--r-- | cad/xcircuit/Makefile | 4 | ||||
-rw-r--r-- | cad/xcircuit/pkg-plist | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/cad/xcircuit/Makefile b/cad/xcircuit/Makefile index 86e703e25e84..81fe5b8d93db 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 diff --git a/cad/xcircuit/pkg-plist b/cad/xcircuit/pkg-plist index 1cc5b33635a0..a00b0360caa3 100644 --- a/cad/xcircuit/pkg-plist +++ b/cad/xcircuit/pkg-plist @@ -7,7 +7,6 @@ lib/xcircuit/digital.lps lib/xcircuit/lgf.lps lib/xcircuit/signal.lps lib/xcircuit/musiclib.lps -man/man1/xcircuit.1.gz share/examples/xcircuit/USAflag.ps share/examples/xcircuit/border.ps share/examples/xcircuit/prelude.ps |