mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
Remove the now useless pre-su-install target.
Spotted by: bapt
This commit is contained in:
parent
cef5ab1566
commit
61fb042452
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329162
@ -193,10 +193,6 @@ post-patch:
|
||||
${WRKSRC}/hints/freebsd.sh
|
||||
.endif
|
||||
|
||||
pre-su-install:
|
||||
@${RM} -f ${STAGEDIR}${PREFIX}/bin/perl${PERL_VERSION}
|
||||
@${RM} -f ${STAGEDIR}${PREFIX}/bin/perl
|
||||
|
||||
post-install:
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/perl${PERL_VERSION}
|
||||
.if ${OSVERSION} >= 900022
|
||||
|
@ -190,10 +190,6 @@ post-patch:
|
||||
${WRKSRC}/hints/freebsd.sh
|
||||
.endif
|
||||
|
||||
pre-su-install:
|
||||
@${RM} -f ${STAGEDIR}${PREFIX}/bin/perl${PERL_VERSION}
|
||||
@${RM} -f ${STAGEDIR}${PREFIX}/bin/perl
|
||||
|
||||
post-install:
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/perl${PERL_VERSION}
|
||||
.if ${OSVERSION} >= 900022
|
||||
|
@ -189,10 +189,6 @@ post-patch:
|
||||
${WRKSRC}/hints/freebsd.sh
|
||||
.endif
|
||||
|
||||
pre-su-install:
|
||||
@${RM} -f ${STAGEDIR}${PREFIX}/bin/perl${PERL_VERSION}
|
||||
@${RM} -f ${STAGEDIR}${PREFIX}/bin/perl
|
||||
|
||||
post-install:
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/perl${PERL_VERSION}
|
||||
.if ${OSVERSION} >= 900022
|
||||
|
@ -171,10 +171,6 @@ post-patch:
|
||||
${WRKSRC}/hints/freebsd.sh
|
||||
.endif
|
||||
|
||||
pre-su-install:
|
||||
@${RM} -f ${STAGEDIR}${PREFIX}/bin/perl${PERL_VERSION}
|
||||
@${RM} -f ${STAGEDIR}${PREFIX}/bin/perl
|
||||
|
||||
post-install:
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/perl${PERL_VERSION}
|
||||
.if ${OSVERSION} >= 900022
|
||||
|
Loading…
Reference in New Issue
Block a user