diff options
author | James E. Housley <jeh@FreeBSD.org> | 2003-11-05 22:09:23 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2003-11-05 22:09:23 +0000 |
commit | c1c71e61357aa7d3391557bb63cf3c907ea659a0 (patch) | |
tree | d56188d5d3db797d32dee783c5ce5cd1acab510e /net/rancid | |
parent | f2cdbdba58554a2ea4da357cb646990656ec788e (diff) | |
download | ports-c1c71e61357aa7d3391557bb63cf3c907ea659a0.tar.gz ports-c1c71e61357aa7d3391557bb63cf3c907ea659a0.zip |
Maintainer update to net/rancid
Fixes broken manpage error.
Unfortunately it was removed accidentially in the 1.9 revision
PR: 58974
Submitted by: MAINTAINER
Notes
Notes:
svn path=/head/; revision=93192
Diffstat (limited to 'net/rancid')
-rw-r--r-- | net/rancid/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/rancid/Makefile b/net/rancid/Makefile index 6893ba433ac6..3cb10b04ed8a 100644 --- a/net/rancid/Makefile +++ b/net/rancid/Makefile @@ -7,7 +7,7 @@ PORTNAME= rancid PORTVERSION= 2.2.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MASTER_SITES= ftp://ftp.shrubbery.net/pub/rancid/ @@ -19,8 +19,6 @@ RUN_DEPENDS= expect:${PORTSDIR}/lang/expect \ ${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm \ ${SITE_PERL}/LockFile/Simple.pm:${PORTSDIR}/devel/p5-LockFile-Simple -BROKEN= "Broken pkg-plist; will be removed after Feb 2" - USE_PERL5= yes PKGMESSAGE= ${WRKDIR}/pkg-message USE_GMAKE= yes @@ -28,6 +26,7 @@ HAS_CONFIGURE= yes CONFIGURE_ARGS= \ --prefix=${PREFIX}/rancid +MANPREFIX= ${PREFIX}/rancid MAN1= lg_intro.1 par.1 do-diffs.1 alogin.1 blogin.1 clogin.1 \ control_rancid.1 create_cvs.1 rancid.1 rancid_intro.1 \ |