aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-01-06 16:42:20 +0800
committerbapt <bapt@FreeBSD.org>2014-01-06 16:42:20 +0800
commit16ce5405c55843e40971a9f7d41e8ea79d6303e8 (patch)
tree3eb53f894cae513c6c3c9d34b6c853015429cac2 /x11
parent97ddc754efd9b6755704b314e4318eabfdc24aa8 (diff)
downloadfreebsd-ports-gnome-16ce5405c55843e40971a9f7d41e8ea79d6303e8.tar.gz
freebsd-ports-gnome-16ce5405c55843e40971a9f7d41e8ea79d6303e8.tar.zst
freebsd-ports-gnome-16ce5405c55843e40971a9f7d41e8ea79d6303e8.zip
Support stage
Use USE_XORG instead if directly depend on libxv Fix files credentials Allow packaging as a user
Diffstat (limited to 'x11')
-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