diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-05-15 01:23:13 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-05-15 01:23:13 +0000 |
commit | e5f681fed29919e36a9d7eaed346d7ab9612573b (patch) | |
tree | 248290975994b67addaa28dd6e5c7afdf43b4b6a /sysutils | |
parent | fdd11f69d8529d1645990bb6dd1b8ee15e130377 (diff) | |
download | ports-e5f681fed29919e36a9d7eaed346d7ab9612573b.tar.gz ports-e5f681fed29919e36a9d7eaed346d7ab9612573b.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/dim/Makefile | 21 | ||||
-rw-r--r-- | sysutils/dim/pkg-descr | 2 |
2 files changed, 11 insertions, 12 deletions
diff --git a/sysutils/dim/Makefile b/sysutils/dim/Makefile index 45c9756857b8..5035d6b5b837 100644 --- a/sysutils/dim/Makefile +++ b/sysutils/dim/Makefile @@ -1,27 +1,26 @@ -# New ports collection makefile for: dim -# Date created: Apr 13, 2001 -# Whom: Mark Pulford <mark@kyne.com.au> -# +# Created by: Mark Pulford <mark@kyne.com.au> # $FreeBSD$ -# PORTNAME= dim PORTVERSION= 1.1 CATEGORIES= sysutils -MASTER_SITES= http://theory.org/~matt/dim/ +MASTER_SITES= https://glyphobet.net/dim/ DISTNAME= dim EXTRACT_SUFX= .tar MAINTAINER= ports@FreeBSD.org -COMMENT= A directory lister which sorts the file list in 2D +COMMENT= Directory lister which sorts the file list in 2D + +LICENSE= GPLv2 # (or later) -USE_PERL5_RUN= yes NO_WRKSUBDIR= yes NO_BUILD= yes -PLIST_FILES= bin/dim -post-patch: - ${REINPLACE_CMD} -E "s|^#!.+|#!${PERL}|" ${WRKSRC}/dim.pl +USES= shebangfix +SHEBANG_FILES= dim.pl +USE_PERL5_RUN= yes + +PLIST_FILES= bin/dim do-install: ${INSTALL_SCRIPT} ${WRKSRC}/dim.pl ${PREFIX}/bin/dim diff --git a/sysutils/dim/pkg-descr b/sysutils/dim/pkg-descr index 0388d9075dba..08960a2e834d 100644 --- a/sysutils/dim/pkg-descr +++ b/sysutils/dim/pkg-descr @@ -1,4 +1,4 @@ Dim displays the files in a directory by grouping them visually, making it easy to see what files are related at a glance. -WWW: http://www.theory.org/~matt/dim/dim.html +WWW: https://glyphobet.net/dim/dim.html |