diff options
author | petef <petef@FreeBSD.org> | 2001-10-04 11:49:43 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-10-04 11:49:43 +0800 |
commit | a74a5d434ca817c46943c432a74ec6b3b25db9f4 (patch) | |
tree | 4bdf64fba825f2173dee988c24ca9dc7f4ec94d0 /news/xrn/Makefile | |
parent | a74c032c67fdb43a7c49915ee96ac379533ad83d (diff) | |
download | freebsd-ports-gnome-a74a5d434ca817c46943c432a74ec6b3b25db9f4.tar.gz freebsd-ports-gnome-a74a5d434ca817c46943c432a74ec6b3b25db9f4.tar.zst freebsd-ports-gnome-a74a5d434ca817c46943c432a74ec6b3b25db9f4.zip |
Fix up the manpages with this port:
- install the X11-style (html formatted) manpage (this is handled manually
in pkg-plist)
- install a regular manpage
Discussed with/Submitted by: maintainer
Diffstat (limited to 'news/xrn/Makefile')
-rw-r--r-- | news/xrn/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/news/xrn/Makefile b/news/xrn/Makefile index 2cf9a2819d22..5f35a356074b 100644 --- a/news/xrn/Makefile +++ b/news/xrn/Makefile @@ -17,6 +17,7 @@ MAINTAINER= anders@fix.no USE_IMAKE= yes MAN1= xrn.1 MANCOMPRESSED= no +XFREE86_HTML_MAN= no DOCS= COMMON-PROBLMS COPYRIGHT CREDITS ChangeLog @@ -26,6 +27,7 @@ post-patch: do-install: ${INSTALL_MAN} ${WRKSRC}/xrn.man ${PREFIX}/man/man1/xrn.1 + ${INSTALL_MAN} ${WRKSRC}/xrn.1.html ${PREFIX}/lib/X11/doc/html/ ${INSTALL_PROGRAM} ${WRKSRC}/xrn ${PREFIX}/bin/ ${INSTALL_DATA} ${WRKSRC}/XRn.ad ${PREFIX}/lib/X11/app-defaults/XRn .if !defined(NOPORTDOCS) |