diff options
-rw-r--r-- | www/wmnetselect/Makefile | 1 | ||||
-rw-r--r-- | www/wmnetselect/files/patch-aa | 8 |
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) |