diff options
author | miwi <miwi@FreeBSD.org> | 2013-05-15 09:23:13 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-05-15 09:23:13 +0800 |
commit | 83bb1fce41acce92d0f38dd54d55e4169a4e6275 (patch) | |
tree | 248290975994b67addaa28dd6e5c7afdf43b4b6a /sysutils/dim | |
parent | ae9a0ba0be17abc147313127941c90064269d3ac (diff) | |
download | freebsd-ports-gnome-83bb1fce41acce92d0f38dd54d55e4169a4e6275.tar.gz freebsd-ports-gnome-83bb1fce41acce92d0f38dd54d55e4169a4e6275.tar.zst freebsd-ports-gnome-83bb1fce41acce92d0f38dd54d55e4169a4e6275.zip |
- Update MASTER_SITES and WWW: line
- Switch to shebangfix
- Trim header
- Add LICENSE
PR: 178582
Submitted by: Ports Fury
Diffstat (limited to 'sysutils/dim')
-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 |