diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 2000-07-19 14:40:31 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 2000-07-19 14:40:31 +0000 |
commit | 62ce95d258c6499d40aa396df47e396651183080 (patch) | |
tree | f1b08e5131a5785ec41ac03e152ad0a632fb96da /x11-wm/sawfish2 | |
parent | 4576be0335304f8a72aaf40d6418f691735986c3 (diff) | |
download | ports-62ce95d258c6499d40aa396df47e396651183080.tar.gz ports-62ce95d258c6499d40aa396df47e396651183080.zip |
Notes
Diffstat (limited to 'x11-wm/sawfish2')
-rw-r--r-- | x11-wm/sawfish2/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/x11-wm/sawfish2/Makefile b/x11-wm/sawfish2/Makefile index af65acda1aef..9a950af86a13 100644 --- a/x11-wm/sawfish2/Makefile +++ b/x11-wm/sawfish2/Makefile @@ -45,9 +45,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LIBS="-L${LOCALBASE}/lib -lxpg4" post-install: - if [ ! -f ${PREFIX}/info/dir ]; then \ - ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ - fi install-info --section="X11 window manager" \ --entry="* sawfish: (sawfish). sawfish programming manual" \ ${PREFIX}/info/sawfish.info ${PREFIX}/info/dir |