diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/bgrot/Makefile | 10 |
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 |