summaryrefslogtreecommitdiff
path: root/sysutils/wmmount
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2001-01-08 22:08:29 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2001-01-08 22:08:29 +0000
commitbe4912d2eb7cdead4614eb5410b85af64fcd2875 (patch)
tree1349e5061a31e9b75a4ff5f74a2ba71f6905f0ad /sysutils/wmmount
parentUse MASTER_SITE_LOCAL. (diff)
fix X manpage error.
PR: 23439 non-responce from: maintainer
Notes
Notes: svn path=/head/; revision=36956
Diffstat (limited to 'sysutils/wmmount')
-rw-r--r--sysutils/wmmount/Makefile1
-rw-r--r--sysutils/wmmount/files/patch-ac9
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)