Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 May 2014 20:20:01 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/189722: commit references a PR
Message-ID:  <201405202020.s4KKK14q047501@freefall.freebsd.org>

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/189722: commit references a PR
Date: Tue, 20 May 2014 20:15:08 +0000 (UTC)

 Author: amdmi3
 Date: Tue May 20 20:15:04 2014
 New Revision: 354681
 URL: http://svnweb.freebsd.org/changeset/ports/354681
 QAT: https://qat.redports.org/buildarchive/r354681/
 
 Log:
   - Support staging
   
   PR:		189722
   Submitted by:	Michael Schout <mschout@gkg.net> (maintainer)
 
 Modified:
   head/security/pam_pwdfile/Makefile
 
 Modified: head/security/pam_pwdfile/Makefile
 ==============================================================================
 --- head/security/pam_pwdfile/Makefile	Tue May 20 20:03:16 2014	(r354680)
 +++ head/security/pam_pwdfile/Makefile	Tue May 20 20:15:04 2014	(r354681)
 @@ -16,16 +16,15 @@ PLIST_FILES=	lib/pam_pwdfile.so
  PORTDOCS=	README INSTALL changelog
  CFLAGS+=	-I${WRKSRC}
  
 -NO_STAGE=	yes
  post-patch:
  	${REINPLACE_CMD} -e 's|#include <features.h>||g' ${WRKSRC}/pam_pwdfile.c
  	${CP} ${FILESDIR}/_pam_macros.h ${WRKSRC}
  
  post-install:
  .if !defined(NOPORTDOCS)
 -	@${MKDIR} ${DOCSDIR}
 +	@${MKDIR} ${STAGEDIR}${DOCSDIR}
  .for docs in ${PORTDOCS}
 -	@${INSTALL_DATA} ${WRKSRC}/${docs} ${DOCSDIR}
 +	@${INSTALL_DATA} ${WRKSRC}/${docs} ${STAGEDIR}${DOCSDIR}
  .endfor
  .endif
  
 _______________________________________________
 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?201405202020.s4KKK14q047501>