mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Add a link perl --> perl5.00502
Asked-for-by: Asami-San (for ports)
This commit is contained in:
parent
7877a80abd
commit
a1b4e38100
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=39181
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@ SRCS= perlmain.c config.h
|
|||
# NOSHARED= no
|
||||
DPADD= lib/auto/DynaLoader/DynaLoader.a ${LIBPERL} ${LIBM} ${LIBCRYPT}
|
||||
LDADD= lib/auto/DynaLoader/DynaLoader.a -lperl -lm -lcrypt
|
||||
LINKS= ${BINDIR}/${PROG} ${BINDIR}/perl5
|
||||
LINKS= ${BINDIR}/${PROG} ${BINDIR}/perl5 \
|
||||
${BINDIR}/${PROG} ${BINDIR}/perl5.00502
|
||||
|
||||
CLEANFILES= config.h config.sh config_h.sh writemain writemain.sh \
|
||||
Config.pm cflags cflags.sh myconfig perlmain.c miniperlmain.c \
|
||||
|
|
Loading…
Reference in a new issue