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 | |
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')
-rw-r--r-- | news/xrn/Makefile | 2 | ||||
-rw-r--r-- | news/xrn/pkg-plist | 1 |
2 files changed, 3 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) diff --git a/news/xrn/pkg-plist b/news/xrn/pkg-plist index 1d338cd88f4c..9304ef4e4ce7 100644 --- a/news/xrn/pkg-plist +++ b/news/xrn/pkg-plist @@ -1,5 +1,6 @@ bin/xrn lib/X11/app-defaults/XRn +lib/X11/doc/html/xrn.1.html %%PORTDOCS%%share/doc/xrn/COMMON-PROBLMS %%PORTDOCS%%share/doc/xrn/COPYRIGHT %%PORTDOCS%%share/doc/xrn/CREDITS |