aboutsummaryrefslogtreecommitdiff
path: root/security/pam_p11/Makefile
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2008-08-27 16:02:44 +0000
committerAlex Dupre <ale@FreeBSD.org>2008-08-27 16:02:44 +0000
commit0928cb018d8a965fca4516d8275d86a5859e5a19 (patch)
tree979283dc06ff28ac8046aad5573dc99c0f2e6cc9 /security/pam_p11/Makefile
parente391e994adbb5f3578791c29eec39d748c55040a (diff)
downloadports-0928cb018d8a965fca4516d8275d86a5859e5a19.tar.gz
ports-0928cb018d8a965fca4516d8275d86a5859e5a19.zip
Notes
Diffstat (limited to 'security/pam_p11/Makefile')
-rw-r--r--security/pam_p11/Makefile10
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>