ports/177676: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Sat May 11 21:50:01 UTC 2013


The following reply was made to PR ports/177676; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at 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 at ee.lbl.gov>
   Approved by:	Paul Schmehl <pauls at 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 at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
 


More information about the freebsd-ports-bugs mailing list