diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-10-04 03:49:43 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-10-04 03:49:43 +0000 |
commit | 5acefb130864a754eafeef6b8348cf2e62fa2797 (patch) | |
tree | 6e8dfd5416ec9cfa295450f052145272dddbc2d7 /news | |
parent | Add sha-1.0.2, Simple file hash program utilizing SHA-1, SHA-256, SHA-384, (diff) |
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
Notes
Notes:
svn path=/head/; revision=48424
Diffstat (limited to '')
-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 |