diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2001-05-29 14:56:42 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2001-05-29 14:56:42 +0000 |
commit | 82dd2469e7e353eb38716293c39df8300ed4aa2c (patch) | |
tree | bd903de7476a12e1a7632a4599a800527eca8d6a /games/sex | |
parent | update to 0.9. (diff) |
Chase checksum, fix manpage handling. Bump PORTREVISION because of
the manpage handling.
The checksum change was caused by a Makefile update and a README file added.
PR: 27714, 27730
Submitted by: Andreas Schulz <ats@first.gmd.de>
Jeff Palmer <scorpio@drkshdw.org> - the manpage fix.
Diffstat (limited to 'games/sex')
-rw-r--r-- | games/sex/Makefile | 4 | ||||
-rw-r--r-- | games/sex/distinfo | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/games/sex/Makefile b/games/sex/Makefile index 1045d5cceeb9..fc439f12c58f 100644 --- a/games/sex/Makefile +++ b/games/sex/Makefile @@ -7,9 +7,13 @@ PORTNAME= sex PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://spatula.net/software/sex/ MAINTAINER= freebsd@spatula.net +MAN6= sex.6 +MANCOMPRESSED= yes + .include <bsd.port.mk> diff --git a/games/sex/distinfo b/games/sex/distinfo index c67f50bc12ad..d0a50b09c51d 100644 --- a/games/sex/distinfo +++ b/games/sex/distinfo @@ -1 +1 @@ -MD5 (sex-1.0.tar.gz) = 3afc50f5df979d31dd76cd5297c90cf4 +MD5 (sex-1.0.tar.gz) = c35a3cfe1536f1b2a16102526a74edd6 |