mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
Remove obsolete code to create (empty) man pages in case regular
man pages cannot be created.
This commit is contained in:
parent
39f7ea40f1
commit
ff9a849c66
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=230012
@ -83,11 +83,6 @@ pre-configure:
|
||||
@${MKDIR} ${CONFIGURE_WRKSRC}
|
||||
|
||||
post-install:
|
||||
# man pages can only be generated if Perl >= 5.6 is installed;
|
||||
# fake them otherwise.
|
||||
for mp in ${_MANPAGES}; do \
|
||||
${TEST} -e $${mp} || ${TOUCH} ${TOUCH_FLAGS} $${mp}; \
|
||||
done
|
||||
${MV} -f ${PREFIX}/bin/g77${SUFFIX} ${PREFIX}/bin/g77-${SUFFIX}
|
||||
-${MV} -f ${PREFIX}/man/man1/g77${SUFFIX}.1 ${PREFIX}/man/man1/g77-${SUFFIX}.1
|
||||
${RM} -f ${PREFIX}/man/man7/fsf-funding.7 \
|
||||
|
Loading…
Reference in New Issue
Block a user