aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-05-07 21:12:31 +0800
committerbapt <bapt@FreeBSD.org>2013-05-07 21:12:31 +0800
commitc51dc118d16532cbb0975f6a1283f79f0f639846 (patch)
tree5522ebdbbbc41a02fbc8bf3da8fa96b3719b6d61 /x11
parentd6971706dddb262040a6508b9b7e08ba636e3147 (diff)
downloadfreebsd-ports-gnome-c51dc118d16532cbb0975f6a1283f79f0f639846.tar.gz
freebsd-ports-gnome-c51dc118d16532cbb0975f6a1283f79f0f639846.tar.zst
freebsd-ports-gnome-c51dc118d16532cbb0975f6a1283f79f0f639846.zip
Add some shebangfix to allow building most of the ports tree without /usr/bin/perl
Submitted by: John Marino Obtained from: DPorts
Diffstat (limited to 'x11')
-rw-r--r--x11/bgrot/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/x11/bgrot/Makefile b/x11/bgrot/Makefile
index 6eb7818ebab1..87805a9fd4d9 100644
--- a/x11/bgrot/Makefile
+++ b/x11/bgrot/Makefile
@@ -1,13 +1,9 @@
-# New ports collection makefile for: bgrot
-# Date created: 12 January 1999
-# Whom: Matthew Fuller <fullermd@futuresouth.com>
-#
+# Created by: Matthew Fuller <fullermd@futuresouth.com>
# $FreeBSD$
-#
PORTNAME= bgrot
PORTVERSION= 1.30
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= x11
MASTER_SITES= http://www.over-yonder.net/~fullermd/projects/bgrot/ \
http://distfiles.over-yonder.net/bgrot/
@@ -17,7 +13,9 @@ COMMENT= A program to handle your X background to prevent boredom
RUN_DEPENDS= xv:${PORTSDIR}/graphics/xv
+USES= shebangfix
USE_PERL5= yes
+SHEBANG_FILES= *.pl
MAN1= bgrot.1
MANCOMPRESSED= yes