mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
(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
This commit is contained in:
parent
4576be0335
commit
62ce95d258
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=30872
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user