diff options
author | petef <petef@FreeBSD.org> | 2002-06-09 22:00:01 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2002-06-09 22:00:01 +0800 |
commit | 73d3f6fd7a505debb01650c69cf145b583f6a61a (patch) | |
tree | 81220219957aabf1bdceb3af3f39cc09f146e8f0 /x11-wm/olvwm | |
parent | c39b74f6e765388d7f8f0c085ba3f0617a220917 (diff) | |
download | freebsd-ports-gnome-73d3f6fd7a505debb01650c69cf145b583f6a61a.tar.gz freebsd-ports-gnome-73d3f6fd7a505debb01650c69cf145b583f6a61a.tar.zst freebsd-ports-gnome-73d3f6fd7a505debb01650c69cf145b583f6a61a.zip |
Unbreak: fix manpages. The port installs two manpages in the regular
location, and one as a XFree86 HTML manpage. Set XFREE86_HTML_MAN to no
and list the html page in the plist.
Approved by: green (maintainer)
Diffstat (limited to 'x11-wm/olvwm')
-rw-r--r-- | x11-wm/olvwm/Makefile | 3 | ||||
-rw-r--r-- | x11-wm/olvwm/pkg-plist | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/olvwm/Makefile b/x11-wm/olvwm/Makefile index 113fb29b1f85..7934ae18c5bd 100644 --- a/x11-wm/olvwm/Makefile +++ b/x11-wm/olvwm/Makefile @@ -21,13 +21,12 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= green@FreeBSD.org -BROKEN= "Does not package correctly" - LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview NO_WRKSUBDIR= yes USE_IMAKE= yes USE_XPM= yes MAN1= olvwm.1 olvwmrc.1 +XFREE86_HTML_MAN= no .include <bsd.port.mk> diff --git a/x11-wm/olvwm/pkg-plist b/x11-wm/olvwm/pkg-plist index 6be61568ad4d..353a1652bd15 100644 --- a/x11-wm/olvwm/pkg-plist +++ b/x11-wm/olvwm/pkg-plist @@ -1,2 +1,3 @@ bin/olvwm +lib/X11/doc/html/olvwm.1.html lib/help/olvwm.info |