aboutsummaryrefslogtreecommitdiff
path: root/sysutils/dim
diff options
context:
space:
mode:
authorMark Pulford <markp@FreeBSD.org>2003-02-22 15:53:27 +0000
committerMark Pulford <markp@FreeBSD.org>2003-02-22 15:53:27 +0000
commit778a65ea7849e721d9065a194d10f3cf38d557e4 (patch)
treedb96d5b6e726c0137f7bf0253f4ff1623186cea6 /sysutils/dim
parent0866591eabfac2a65682ab5319b78e9c8feac2f1 (diff)
downloadports-778a65ea7849e721d9065a194d10f3cf38d557e4.tar.gz
ports-778a65ea7849e721d9065a194d10f3cf38d557e4.zip
Changed to use REINPLACE.
De-pkg-comment.
Notes
Notes: svn path=/head/; revision=76159
Diffstat (limited to 'sysutils/dim')
-rw-r--r--sysutils/dim/Makefile8
-rw-r--r--sysutils/dim/pkg-comment1
2 files changed, 5 insertions, 4 deletions
diff --git a/sysutils/dim/Makefile b/sysutils/dim/Makefile
index 4f2c17d3b276..8be5db8705c7 100644
--- a/sysutils/dim/Makefile
+++ b/sysutils/dim/Makefile
@@ -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
diff --git a/sysutils/dim/pkg-comment b/sysutils/dim/pkg-comment
deleted file mode 100644
index 1e89e7c4202f..000000000000
--- a/sysutils/dim/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A directory lister which sorts the file list in 2D