Garbage collect very old code.

Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2017-12-27 16:47:12 +00:00
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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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