mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Changed to use REINPLACE.
De-pkg-comment.
This commit is contained in:
parent
0866591eab
commit
778a65ea78
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=76159
@ -13,13 +13,15 @@ DISTNAME= dim
|
||||
EXTRACT_SUFX= .tar
|
||||
|
||||
MAINTAINER= markp@FreeBSD.org
|
||||
COMMENT= A directory lister which sorts the file list in 2D
|
||||
|
||||
USE_PERL5= yes
|
||||
USE_PERL5_RUN= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
NO_BUILD= yes
|
||||
USE_REINPLACE= yes
|
||||
|
||||
pre-patch:
|
||||
@${PERL} -pi -e "s|^#!.+|#!${PERL}|" ${WRKSRC}/dim.pl
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -E "s|^#!.+|#!${PERL}|" ${WRKSRC}/dim.pl
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/dim.pl ${PREFIX}/bin/dim
|
||||
|
@ -1 +0,0 @@
|
||||
A directory lister which sorts the file list in 2D
|
Loading…
Reference in New Issue
Block a user