diff options
-rw-r--r-- | x11/bgrot/Makefile | 20 | ||||
-rw-r--r-- | x11/bgrot/pkg-plist | 1 |
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 |