Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Mar 2013 07:50:01 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/170542: commit references a PR
Message-ID:  <201303050750.r257o1Bk035018@freefall.freebsd.org>

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/170542: commit references a PR
Date: Tue,  5 Mar 2013 07:40:53 +0000 (UTC)

 Author: jgh
 Date: Tue Mar  5 07:40:45 2013
 New Revision: 313441
 URL: http://svnweb.freebsd.org/changeset/ports/313441
 
 Log:
   - fix NOPORTDOCS installation
   - while here tighten COMMENT and adoption of optionsNG for DOCS
   
   PR:		174590
   PR:		170542
   Submitted by:	olivier@gid0.org
   Approved by:	maintainer timeout, kamikaze@bsdforen.de ( 75 days )
 
 Modified:
   head/sysutils/bsdadminscripts/Makefile
 
 Modified: head/sysutils/bsdadminscripts/Makefile
 ==============================================================================
 --- head/sysutils/bsdadminscripts/Makefile	Tue Mar  5 07:26:03 2013	(r313440)
 +++ head/sysutils/bsdadminscripts/Makefile	Tue Mar  5 07:40:45 2013	(r313441)
 @@ -8,15 +8,15 @@ CATEGORIES=	sysutils ports-mgmt
  MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
  
  MAINTAINER=	kamikaze@bsdforen.de
 -COMMENT=	A collection of administration scripts
 +COMMENT=	Collection of administration scripts
  
  WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
  NO_BUILD=	yes
  MANCOMPRESSED=	yes
  
 -.if defined(NOPORTDOCS)
 -NOPORTDOCS=	-nodoc
 -.else
 +.include <bsd.port.options.mk>
 +
 +.if ${PORT_OPTIONS:MDOCS}
  MAN1=		bsdadminscripts.1 \
  		buildflags.mk.1 buildflags.conf.1 buildflags.awk.1 \
  		distviper.1 \
 @@ -32,6 +32,8 @@ PORT_SCRIPTS=	build clean fetch package 
  		config-recursive fetch-recursive
  MLINKS+=	${RC_SCRIPTS:S,^,rc,:S,$,.1,:S,^,rcstart.1 ,} \
  		${PORT_SCRIPTS:S,^,port,:S,$,.1,:S,^,portconfig.1 ,}
 +.else
 +EVALDOCS=           -nodoc
  .endif
  
  plist: patch
 @@ -41,6 +43,6 @@ plist: patch
  do-install:
  	@cd ${WRKSRC}; ./install.sh \
  		-prefix=${PREFIX} -ports=${PORTSDIR} -distdir=${DISTDIR}  \
 -		-datadir=${DATADIR} ${NOPORTDOCS}
 +		-datadir=${DATADIR} ${EVALDOCS}
  
  .include <bsd.port.mk>
 _______________________________________________
 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?201303050750.r257o1Bk035018>