mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-05 11:35:01 +00:00
Add a pre-configure target to patch some man pages such that they
reference the correct, gzipped source man pages. PR: ports/29523 Submitted by: swear@aa.net (Gary W. Swearingen)
This commit is contained in:
parent
4c6ba8c8e6
commit
4fecd6e3ce
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48556
@ -80,6 +80,13 @@ WITH_OFFIX?= --with-offix=no
|
||||
.endif
|
||||
.endif
|
||||
|
||||
# fix .so references in a few man pages
|
||||
pre-configure::
|
||||
.for file in etc/ctags.1 etc/gnuattach.1 etc/gnuclient.1 etc/gnudoit.1
|
||||
@${SED} -e 's/\.1/&.gz/' ${WRKSRC}/${file} > tmp_zot
|
||||
@${MV} tmp_zot ${WRKSRC}/${file}
|
||||
.endfor
|
||||
|
||||
post-install::
|
||||
.if !defined(MULE_COMMON)
|
||||
${LN} -sf xemacs-${XEMACS_VER} ${PREFIX}/bin/xemacs21${BINNAMEEXT}
|
||||
|
@ -80,6 +80,13 @@ WITH_OFFIX?= --with-offix=no
|
||||
.endif
|
||||
.endif
|
||||
|
||||
# fix .so references in a few man pages
|
||||
pre-configure::
|
||||
.for file in etc/ctags.1 etc/gnuattach.1 etc/gnuclient.1 etc/gnudoit.1
|
||||
@${SED} -e 's/\.1/&.gz/' ${WRKSRC}/${file} > tmp_zot
|
||||
@${MV} tmp_zot ${WRKSRC}/${file}
|
||||
.endfor
|
||||
|
||||
post-install::
|
||||
.if !defined(MULE_COMMON)
|
||||
${LN} -sf xemacs-${XEMACS_VER} ${PREFIX}/bin/xemacs21${BINNAMEEXT}
|
||||
|
@ -80,6 +80,13 @@ WITH_OFFIX?= --with-offix=no
|
||||
.endif
|
||||
.endif
|
||||
|
||||
# fix .so references in a few man pages
|
||||
pre-configure::
|
||||
.for file in etc/ctags.1 etc/gnuattach.1 etc/gnuclient.1 etc/gnudoit.1
|
||||
@${SED} -e 's/\.1/&.gz/' ${WRKSRC}/${file} > tmp_zot
|
||||
@${MV} tmp_zot ${WRKSRC}/${file}
|
||||
.endfor
|
||||
|
||||
post-install::
|
||||
.if !defined(MULE_COMMON)
|
||||
${LN} -sf xemacs-${XEMACS_VER} ${PREFIX}/bin/xemacs21${BINNAMEEXT}
|
||||
|
Loading…
x
Reference in New Issue
Block a user