diff options
author | sf <sf@FreeBSD.org> | 2001-01-09 06:08:29 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-01-09 06:08:29 +0800 |
commit | a0e77ae253ac6ea5d006e38ba676f93bed2b8efb (patch) | |
tree | a1ce5c444a292966cc189c8cd9b08e25a445ec22 /sysutils | |
parent | d87f70fca3c2e3f321dafe8d2c5f484a1bc45cb0 (diff) | |
download | freebsd-ports-gnome-a0e77ae253ac6ea5d006e38ba676f93bed2b8efb.tar.gz freebsd-ports-gnome-a0e77ae253ac6ea5d006e38ba676f93bed2b8efb.tar.zst freebsd-ports-gnome-a0e77ae253ac6ea5d006e38ba676f93bed2b8efb.zip |
fix X manpage error.
PR: 23439
non-responce from: maintainer
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/wmmount/Makefile | 1 | ||||
-rw-r--r-- | sysutils/wmmount/files/patch-ac | 9 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sysutils/wmmount/Makefile b/sysutils/wmmount/Makefile index 39f33377de55..f3cb7b4b8abd 100644 --- a/sysutils/wmmount/Makefile +++ b/sysutils/wmmount/Makefile @@ -18,7 +18,6 @@ LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt USE_IMAKE= yes USE_XPM= yes -NO_INSTALL_MANPAGES= yes post-patch: .for file in system.wmmount.eg system.wmmount.sh diff --git a/sysutils/wmmount/files/patch-ac b/sysutils/wmmount/files/patch-ac index 892b12789c17..69c2fed5110b 100644 --- a/sysutils/wmmount/files/patch-ac +++ b/sysutils/wmmount/files/patch-ac @@ -1,6 +1,6 @@ ---- Imakefile.orig Fri Jun 18 04:41:41 1999 -+++ Imakefile Tue Jun 27 22:55:53 2000 -@@ -1,7 +1,9 @@ +--- Imakefile.orig Fri Jun 18 04:41:41 1999 ++++ Imakefile Wed Nov 1 09:04:52 2000 +@@ -1,9 +1,11 @@ DEPLIBS = $(DEPXLIB) XPMLIB = -lXpm @@ -11,3 +11,6 @@ SRCS = dockapp.c wmmount.c OBJS = dockapp.o wmmount.o + +-ComplexProgramTarget(wmmount) ++ComplexProgramTargetNoMan(wmmount) |