diff options
author | Steve Price <steve@FreeBSD.org> | 1998-09-16 02:25:06 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-09-16 02:25:06 +0000 |
commit | 53cb0c2f6aa7c5523d965a26567461d0e8441eea (patch) | |
tree | 750f62f43b17ff10a3a84f2060b666f410857ba7 /cad | |
parent | 3d68d298a06934d9c82b2d300a06f8ebd99b4c81 (diff) | |
download | ports-53cb0c2f6aa7c5523d965a26567461d0e8441eea.tar.gz ports-53cb0c2f6aa7c5523d965a26567461d0e8441eea.zip |
Take the manpages out of pkg/PLIST and put them in MAN1.
Notes
Notes:
svn path=/head/; revision=13165
Diffstat (limited to 'cad')
-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 |