svn commit: r354681 - head/security/pam_pwdfile

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue May 20 20:15:05 UTC 2014


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 at 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
 


More information about the svn-ports-all mailing list