diff options
author | taoka <taoka@FreeBSD.org> | 2000-07-19 22:40:31 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 2000-07-19 22:40:31 +0800 |
commit | 6617e8d9631d2e2b0272a12519752b3a2a50747e (patch) | |
tree | 665827b1944ff92b14e2a0db6a4ca38dd8f35005 /x11-wm | |
parent | 03a9f7757e5b3e2fef515888362d385106541bb1 (diff) | |
download | freebsd-ports-gnome-6617e8d9631d2e2b0272a12519752b3a2a50747e.tar.gz freebsd-ports-gnome-6617e8d9631d2e2b0272a12519752b3a2a50747e.tar.zst freebsd-ports-gnome-6617e8d9631d2e2b0272a12519752b3a2a50747e.zip |
(1) /usr/share/info/dir was renamed to dir-tmpl.
(2) Now it is not necessary to exist a file "info/dir"
when install-info is executed.
By (1) and (2), I removed the next line:
[ -f %D/info/dir ] || sed -ne 1,/Menu:/p /usr/share/info/dir > %D/info/dir
from PLIST or Makefile
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/sawfish/Makefile | 3 | ||||
-rw-r--r-- | x11-wm/sawfish2/Makefile | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/x11-wm/sawfish/Makefile b/x11-wm/sawfish/Makefile index af65acda1aef..9a950af86a13 100644 --- a/x11-wm/sawfish/Makefile +++ b/x11-wm/sawfish/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 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 |