Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 May 2013 21:50:01 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/177676: commit references a PR
Message-ID:  <201305112150.r4BLo1pf009722@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/177676; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/177676: commit references a PR
Date: Sat, 11 May 2013 21:40:37 +0000 (UTC)

 Author: rakuco
 Date: Sat May 11 21:40:30 2013
 New Revision: 317920
 URL: http://svnweb.freebsd.org/changeset/ports/317920
 
 Log:
   Fix `make package' with MANPAGES=no.
   
   PR:		ports/177676
   Submitted by:	Craig Leres <leres@ee.lbl.gov>
   Approved by:	Paul Schmehl <pauls@utdallas.edu> (maintainer)
 
 Modified:
   head/net-mgmt/argus3/Makefile
 
 Modified: head/net-mgmt/argus3/Makefile
 ==============================================================================
 --- head/net-mgmt/argus3/Makefile	Sat May 11 21:37:57 2013	(r317919)
 +++ head/net-mgmt/argus3/Makefile	Sat May 11 21:40:30 2013	(r317920)
 @@ -31,8 +31,10 @@ LIB_DEPENDS+=	sasl2:${PORTSDIR}/security
  CONFIGURE_ARGS+=	--with-sasl=${LOCALBASE}
  .endif
  
 +.if ${PORT_OPTIONS:MMANPAGES}
  MAN5=		argus.conf.5
  MAN8=		argus.8
 +.endif
  
  post-patch:
  	@${REINPLACE_CMD} -e 's#/usr/lib/sasl2#${LOCALBASE}/lib/sasl2#' ${WRKSRC}/argus/ArgusOutput.c
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305112150.r4BLo1pf009722>