aboutsummaryrefslogtreecommitdiffstats
path: root/www/wmnetselect
diff options
context:
space:
mode:
authorsf <sf@FreeBSD.org>2000-12-31 03:10:43 +0800
committersf <sf@FreeBSD.org>2000-12-31 03:10:43 +0800
commitbd43408ae4a417cb56b4117ec7e4eab0e11a3671 (patch)
tree562593b11be47b16239f7326659b2e1fdfb2f7d8 /www/wmnetselect
parente72be18dc1538c9cf9f65149d459f910eb453e7b (diff)
downloadfreebsd-ports-gnome-bd43408ae4a417cb56b4117ec7e4eab0e11a3671.tar.gz
freebsd-ports-gnome-bd43408ae4a417cb56b4117ec7e4eab0e11a3671.tar.zst
freebsd-ports-gnome-bd43408ae4a417cb56b4117ec7e4eab0e11a3671.zip
use ComplexProgramTargetNoMan to avoid making html manpage with XFree86-4.
PR: 23695 Submitted by: myself Non-responce from: maintainer
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)