Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 May 2014 20:15:05 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r354681 - head/security/pam_pwdfile
Message-ID:  <201405202015.s4KKF5Mv066306@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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