aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-01-09 06:34:40 +0800
committerbapt <bapt@FreeBSD.org>2014-01-09 06:34:40 +0800
commitd7cb345adcc258a2a25a186edefdde2f92f51f2a (patch)
tree7e0f7d3c8cb3e9c821cbd54e7434cce3a757eea4 /x11
parentdfc479029da7afc256bffdcfd74b9d344ee7d271 (diff)
downloadfreebsd-ports-graphics-d7cb345adcc258a2a25a186edefdde2f92f51f2a.tar.gz
freebsd-ports-graphics-d7cb345adcc258a2a25a186edefdde2f92f51f2a.tar.zst
freebsd-ports-graphics-d7cb345adcc258a2a25a186edefdde2f92f51f2a.zip
Revert very bad stagification I did waiting for the maintainer to provide a
proper patch Bump portrevision so users get again a working version Requested by: maintainer
Diffstat (limited to 'x11')
-rw-r--r--x11/bgrot/Makefile17
1 files changed, 10 insertions, 7 deletions
diff --git a/x11/bgrot/Makefile b/x11/bgrot/Makefile
index 9734a1aaca8..e8e44a0ba9c 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>