mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Fix last commit.
Pointy hat to: mat Noticed by: the index breakage notification of portsnap. Sponsored by: Absolight
This commit is contained in:
parent
eaf2458534
commit
407d4441f2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=395700
@ -161,7 +161,7 @@ PLIST_SUB+= PERL_VERSION=${PERL_VERSION} \
|
||||
ARCH_LIB=${_ARCH_LIB}
|
||||
PLIST_SUB+= PORTVERSION=${PORTVERSION} # XXX Remove
|
||||
|
||||
.include "${PORTSDIR}/Mk/bsd.default-versions.mk"
|
||||
.include "${.CURDIR}/../../Mk/bsd.default-versions.mk"
|
||||
|
||||
# if this port is default due PERL5_DEFAULT
|
||||
# change PKGNAME to reflect this
|
||||
|
@ -117,7 +117,7 @@ PKGINSTALL= ${WRKDIR}/use.perl
|
||||
PKGDEINSTALL= ${WRKDIR}/use.perl
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
.include "${PORTSDIR}/Mk/bsd.default-versions.mk"
|
||||
.include "${.CURDIR}/../../Mk/bsd.default-versions.mk"
|
||||
|
||||
# if this port is default due PERL5_DEFAULT
|
||||
# change PKGNAME to reflect this
|
||||
|
@ -144,7 +144,7 @@ PLIST_SUB+= PERL_VERSION=${PERL_VERSION} \
|
||||
PRIV_LIB=${_PRIV_LIB} \
|
||||
ARCH_LIB=${_ARCH_LIB}
|
||||
|
||||
.include "${PORTSDIR}/Mk/bsd.default-versions.mk"
|
||||
.include "${.CURDIR}/../../Mk/bsd.default-versions.mk"
|
||||
|
||||
# if this port is default due PERL5_DEFAULT
|
||||
# change PKGNAME to reflect this
|
||||
|
@ -142,7 +142,7 @@ PLIST_SUB+= PERL_VERSION=${PERL_VERSION} \
|
||||
PRIV_LIB=${_PRIV_LIB} \
|
||||
ARCH_LIB=${_ARCH_LIB}
|
||||
|
||||
.include "${PORTSDIR}/Mk/bsd.default-versions.mk"
|
||||
.include "${.CURDIR}/../../Mk/bsd.default-versions.mk"
|
||||
|
||||
# if this port is default due PERL5_DEFAULT
|
||||
# change PKGNAME to reflect this
|
||||
|
Loading…
Reference in New Issue
Block a user