diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-09 06:34:40 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-09 06:34:40 +0800 |
commit | d7cb345adcc258a2a25a186edefdde2f92f51f2a (patch) | |
tree | 7e0f7d3c8cb3e9c821cbd54e7434cce3a757eea4 /x11 | |
parent | dfc479029da7afc256bffdcfd74b9d344ee7d271 (diff) | |
download | freebsd-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/Makefile | 17 |
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> |