mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04: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
2 changed files with 5 additions and 4 deletions
|
@ -13,13 +13,15 @@ DISTNAME= dim
|
||||||
EXTRACT_SUFX= .tar
|
EXTRACT_SUFX= .tar
|
||||||
|
|
||||||
MAINTAINER= markp@FreeBSD.org
|
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_WRKSUBDIR= yes
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
|
USE_REINPLACE= yes
|
||||||
|
|
||||||
pre-patch:
|
post-patch:
|
||||||
@${PERL} -pi -e "s|^#!.+|#!${PERL}|" ${WRKSRC}/dim.pl
|
${REINPLACE_CMD} -E "s|^#!.+|#!${PERL}|" ${WRKSRC}/dim.pl
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_SCRIPT} ${WRKSRC}/dim.pl ${PREFIX}/bin/dim
|
${INSTALL_SCRIPT} ${WRKSRC}/dim.pl ${PREFIX}/bin/dim
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
A directory lister which sorts the file list in 2D
|
|
Loading…
Add table
Reference in a new issue