diff options
author | Alex Dupre <ale@FreeBSD.org> | 2008-08-27 16:02:44 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2008-08-27 16:02:44 +0000 |
commit | 0928cb018d8a965fca4516d8275d86a5859e5a19 (patch) | |
tree | 979283dc06ff28ac8046aad5573dc99c0f2e6cc9 /security/pam_p11/Makefile | |
parent | e391e994adbb5f3578791c29eec39d748c55040a (diff) | |
download | ports-0928cb018d8a965fca4516d8275d86a5859e5a19.tar.gz ports-0928cb018d8a965fca4516d8275d86a5859e5a19.zip |
Notes
Diffstat (limited to 'security/pam_p11/Makefile')
-rw-r--r-- | security/pam_p11/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/security/pam_p11/Makefile b/security/pam_p11/Makefile index 994c9ff2c162..18a2131e208c 100644 --- a/security/pam_p11/Makefile +++ b/security/pam_p11/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pam_p11 -PORTVERSION= 0.1.3 +PORTVERSION= 0.1.5 CATEGORIES= security MASTER_SITES= http://www.opensc-project.org/files/${PORTNAME}/ @@ -23,14 +23,14 @@ USE_GNOME= pkgconfig CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \ OPENSSL_LIBS="-L${OPENSSLLIB} -lssl" -DOC_FILES= README *.sh *.xsl *.css *.html - PORTDOCS= * .ifndef(NOPORTDOCS) post-install: - @${MKDIR} ${DOCSDIR} - @(cd ${WRKSRC}/doc && ${CP} -R ${DOC_FILES} ${DOCSDIR}) + @${MKDIR} ${DOCSDIR}/wiki + @(cd ${WRKSRC} && ${CP} NEWS ${DOCSDIR}) + @(cd ${WRKSRC}/doc && ${CP} README ${DOCSDIR}) + @(cd ${WRKSRC}/doc && ${CP} *.css *.html ${DOCSDIR}/wiki) .endif .include <bsd.port.mk> |