Garbage collect very old code.
Sponsored by: Absolight
This commit is contained in:
parent
b7ee67724a
commit
f9ee19c50d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=457377
4 changed files with 4 additions and 12 deletions
|
@ -186,11 +186,9 @@ PLIST_SUB+= LIBPERL_VER=${LIBPERL_VER}
|
|||
|
||||
_PERL5_DEFAULT_FILE= /tmp/PERL5_DEFAULT
|
||||
|
||||
# bsd.default-versions.mk needs to know LOCALBASE for Perl, so
|
||||
# bsd.port.options.mk is needed before including it.
|
||||
# Get the default version, and possibly, overwrite it.
|
||||
.include <bsd.port.options.mk>
|
||||
.sinclude "${_PERL5_DEFAULT_FILE}"
|
||||
.include "${.CURDIR}/../../Mk/bsd.default-versions.mk"
|
||||
|
||||
# if this port is default due PERL5_DEFAULT
|
||||
# change PKGNAME to reflect this
|
||||
|
|
|
@ -149,11 +149,9 @@ PLIST_SUB+= PERL_VERSION=${PERL_VERSION} \
|
|||
|
||||
_PERL5_DEFAULT_FILE= /tmp/PERL5_DEFAULT
|
||||
|
||||
# bsd.default-versions.mk needs to know LOCALBASE for Perl, so
|
||||
# bsd.port.options.mk is needed before including it.
|
||||
# Get the default version, and possibly, overwrite it.
|
||||
.include <bsd.port.options.mk>
|
||||
.sinclude "${_PERL5_DEFAULT_FILE}"
|
||||
.include "${.CURDIR}/../../Mk/bsd.default-versions.mk"
|
||||
|
||||
# if this port is default due PERL5_DEFAULT
|
||||
# change PKGNAME to reflect this
|
||||
|
|
|
@ -161,11 +161,9 @@ PLIST_SUB+= PERL_VERSION=${PERL_VERSION} \
|
|||
|
||||
_PERL5_DEFAULT_FILE= /tmp/PERL5_DEFAULT
|
||||
|
||||
# bsd.default-versions.mk needs to know LOCALBASE for Perl, so
|
||||
# bsd.port.options.mk is needed before including it.
|
||||
# Get the default version, and possibly, overwrite it.
|
||||
.include <bsd.port.options.mk>
|
||||
.sinclude "${_PERL5_DEFAULT_FILE}"
|
||||
.include "${.CURDIR}/../../Mk/bsd.default-versions.mk"
|
||||
|
||||
# if this port is default due PERL5_DEFAULT
|
||||
# change PKGNAME to reflect this
|
||||
|
|
|
@ -162,11 +162,9 @@ PLIST_SUB+= PERL_VERSION=${PERL_VERSION} \
|
|||
|
||||
_PERL5_DEFAULT_FILE= /tmp/PERL5_DEFAULT
|
||||
|
||||
# bsd.default-versions.mk needs to know LOCALBASE for Perl, so
|
||||
# bsd.port.options.mk is needed before including it.
|
||||
# Get the default version, and possibly, overwrite it.
|
||||
.include <bsd.port.options.mk>
|
||||
.sinclude "${_PERL5_DEFAULT_FILE}"
|
||||
.include "${.CURDIR}/../../Mk/bsd.default-versions.mk"
|
||||
|
||||
# if this port is default due PERL5_DEFAULT
|
||||
# change PKGNAME to reflect this
|
||||
|
|
Loading…
Reference in a new issue