aboutsummaryrefslogtreecommitdiff
path: root/x11/bgrot
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-01-08 22:34:40 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-01-08 22:34:40 +0000
commitbac9d45205456b19324f96e7d88552efe40b0361 (patch)
tree7e0f7d3c8cb3e9c821cbd54e7434cce3a757eea4 /x11/bgrot
parent76c65ce715863bca1e7a13d36ff43928820c2638 (diff)
downloadports-bac9d45205456b19324f96e7d88552efe40b0361.tar.gz
ports-bac9d45205456b19324f96e7d88552efe40b0361.zip
Notes
Diffstat (limited to 'x11/bgrot')
-rw-r--r--x11/bgrot/Makefile17
1 files changed, 10 insertions, 7 deletions
diff --git a/x11/bgrot/Makefile b/x11/bgrot/Makefile
index 9734a1aaca85..e8e44a0ba9c5 100644
--- a/x11/bgrot/Makefile
+++ b/x11/bgrot/Makefile
@@ -3,21 +3,24 @@
PORTNAME= bgrot
PORTVERSION= 1.30
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= x11
MASTER_SITES= http://www.over-yonder.net/~fullermd/projects/bgrot/ \
http://distfiles.over-yonder.net/bgrot/
MAINTAINER= fullermd@over-yonder.net
-COMMENT= Program to handle your X background to prevent boredom
+COMMENT= A program to handle your X background to prevent boredom
RUN_DEPENDS= xv:${PORTSDIR}/graphics/xv
-USES= shebangfix perl5 uidfix
+USES= shebangfix perl5
SHEBANG_FILES= *.pl
-MAKE_ARGS= BINDIR=${STAGEDIR}${PREFIX}/bin \
- MANDIR=${STAGEDIR}${MANPREFIX}/man/ \
- BINOWN="${BINOWN}" \
- BINGRP="${BINGRP}"
+
+MAN1= bgrot.1
+MANCOMPRESSED= yes
+
+NO_STAGE= yes
+post-install:
+ @${CAT} pkg-message
.include <bsd.port.mk>