diff options
-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) |