1
0
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:
Mark Pulford 2003-02-22 15:53:27 +00:00
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

View File

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

View File

@ -1 +0,0 @@
A directory lister which sorts the file list in 2D