diff options
author | sf <sf@FreeBSD.org> | 2001-01-09 19:35:44 +0000 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-01-09 19:35:44 +0000 |
commit | 9710d693eee0b47a1e9fd3155dd1c74af87f7dff (patch) | |
tree | 191ccd9c93b1a1b766a5c70ea2ceb7569515753c /deskutils | |
parent | 9a0b4e76d265818a1435241357ed684810b0ebc2 (diff) | |
download | FreeBSD-ports-9710d693eee0b47a1e9fd3155dd1c74af87f7dff.zip FreeBSD-ports-9710d693eee0b47a1e9fd3155dd1c74af87f7dff.tar.gz |
fix X manpage error with XFree86-4
PR: 23422
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/wmpinboard/Makefile | 8 | ||||
-rw-r--r-- | deskutils/wmpinboard/files/patch-ac | 16 |
2 files changed, 18 insertions, 6 deletions
diff --git a/deskutils/wmpinboard/Makefile b/deskutils/wmpinboard/Makefile index e65447f..b699c71 100644 --- a/deskutils/wmpinboard/Makefile +++ b/deskutils/wmpinboard/Makefile @@ -20,12 +20,8 @@ USE_IMAKE= yes USE_XPM= yes MAN1= wmpinboard.1 -MANCOMPRESSED= no -do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/wmpinboard ${X11BASE}/bin - -post-install: - @${INSTALL_MAN} ${WRKSRC}/wmpinboard.1 ${PREFIX}/man/man1 +post-extract: + (cd ${WRKSRC}; ${CP} -p wmpinboard.1 wmpinboard.man) .include <bsd.port.mk> diff --git a/deskutils/wmpinboard/files/patch-ac b/deskutils/wmpinboard/files/patch-ac new file mode 100644 index 0000000..c3f125a --- /dev/null +++ b/deskutils/wmpinboard/files/patch-ac @@ -0,0 +1,16 @@ +--- Imakefile.orig Sat Oct 23 19:49:37 1999 ++++ Imakefile Wed Nov 1 09:24:28 2000 +@@ -36,9 +36,9 @@ + all:: + @test -e ./ReleaseNotes && cat ReleaseNotes || true + +-install:: +- $(INSTALL) -m 0644 wmpinboard.1 $(DESTDIR)/man/man1 ++#install:: ++# $(INSTALL) -m 0644 wmpinboard.1 $(DESTDIR)/man/man1 + +-DESTDIR = /usr/local +-BINDIR = /bin ++#DESTDIR = /usr/local ++#BINDIR = /bin + |