summaryrefslogtreecommitdiff
path: root/sysutils/dim
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2013-05-15 01:23:13 +0000
committerMartin Wilke <miwi@FreeBSD.org>2013-05-15 01:23:13 +0000
commite5f681fed29919e36a9d7eaed346d7ab9612573b (patch)
tree248290975994b67addaa28dd6e5c7afdf43b4b6a /sysutils/dim
parent- Update to 1.23 (diff)
- Update MASTER_SITES and WWW: line
- Switch to shebangfix - Trim header - Add LICENSE PR: 178582 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=318212
Diffstat (limited to 'sysutils/dim')
-rw-r--r--sysutils/dim/Makefile21
-rw-r--r--sysutils/dim/pkg-descr2
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