summaryrefslogtreecommitdiff
path: root/www/wmnetselect
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2000-12-30 19:10:43 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2000-12-30 19:10:43 +0000
commit0d206934346ba9eac43b3ad990e1a2d4b298906f (patch)
treec172ad78e9d4a3085a86e2b5a19558ed963ce6b2 /www/wmnetselect
parentfix manpage handling with XFree86-4. (diff)
use ComplexProgramTargetNoMan to avoid making html manpage with XFree86-4.
PR: 23695 Submitted by: myself Non-responce from: maintainer
Notes
Notes: svn path=/head/; revision=36477
Diffstat (limited to 'www/wmnetselect')
-rw-r--r--www/wmnetselect/Makefile1
-rw-r--r--www/wmnetselect/files/patch-aa8
2 files changed, 8 insertions, 1 deletions
diff --git a/www/wmnetselect/Makefile b/www/wmnetselect/Makefile
index bdce28db622e..d5134f6e81a6 100644
--- a/www/wmnetselect/Makefile
+++ b/www/wmnetselect/Makefile
@@ -14,7 +14,6 @@ MAINTAINER= nugget@slacker.com
USE_IMAKE= yes
USE_XPM= yes
-NO_INSTALL_MANPAGES= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wmnetselect ${X11BASE}/bin
diff --git a/www/wmnetselect/files/patch-aa b/www/wmnetselect/files/patch-aa
new file mode 100644
index 000000000000..914d8dc0a67a
--- /dev/null
+++ b/www/wmnetselect/files/patch-aa
@@ -0,0 +1,8 @@
+--- Imakefile.orig Sat Apr 17 23:10:44 1999
++++ Imakefile Wed Nov 1 09:06:49 2000
+@@ -9,4 +9,4 @@
+ SRCS = wmnetselect.c
+ OBJS = wmnetselect.o
+
+-ComplexProgramTarget(wmnetselect)
++ComplexProgramTargetNoMan(wmnetselect)