summaryrefslogtreecommitdiff
path: root/x11/bgrot
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-01-06 08:42:20 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-01-06 08:42:20 +0000
commit950b2235213ee5a4b1d3b18e1a32557ac00ce69a (patch)
tree3eb53f894cae513c6c3c9d34b6c853015429cac2 /x11/bgrot
parent1) remove --disable-getifaddrs from CONFIGURE_ARGS: "disabled" is the default (diff)
Support stage
Use USE_XORG instead if directly depend on libxv Fix files credentials Allow packaging as a user
Notes
Notes: svn path=/head/; revision=338846
Diffstat (limited to 'x11/bgrot')
-rw-r--r--x11/bgrot/Makefile20
-rw-r--r--x11/bgrot/pkg-plist1
2 files changed, 9 insertions, 12 deletions
diff --git a/x11/bgrot/Makefile b/x11/bgrot/Makefile
index 7f70b1611e08..bf43112ae6d4 100644
--- a/x11/bgrot/Makefile
+++ b/x11/bgrot/Makefile
@@ -3,24 +3,20 @@
PORTNAME= bgrot
PORTVERSION= 1.30
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= x11
MASTER_SITES= http://www.over-yonder.net/~fullermd/projects/bgrot/ \
http://distfiles.over-yonder.net/bgrot/
MAINTAINER= fullermd@over-yonder.net
-COMMENT= A program to handle your X background to prevent boredom
+COMMENT= Program to handle your X background to prevent boredom
-RUN_DEPENDS= xv:${PORTSDIR}/graphics/xv
-
-USES= shebangfix perl5
+USE_XORG= xv
+USES= shebangfix perl5 uidfix
SHEBANG_FILES= *.pl
-
-MAN1= bgrot.1
-MANCOMPRESSED= yes
-
-NO_STAGE= yes
-post-install:
- @${CAT} pkg-message
+MAKE_ARGS= BINDIR=${STAGEDIR}${PREFIX}/bin \
+ MANDIR=${STAGEDIR}${MANPREFIX}/man/ \
+ BINOWN="${BINOWN}" \
+ BINGRP="${BINGRP}"
.include <bsd.port.mk>
diff --git a/x11/bgrot/pkg-plist b/x11/bgrot/pkg-plist
index bfea92b34076..66e4deba7b25 100644
--- a/x11/bgrot/pkg-plist
+++ b/x11/bgrot/pkg-plist
@@ -4,3 +4,4 @@ bin/createlist.sh
bin/masterlistgen.sh
bin/bgrotman.pl
etc/bgrot.conf.skel
+man/man1/bgrot.1.gz