diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-01 13:20:25 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-01 13:20:25 +0000 |
commit | e870e897607583621d8c41e05e8a4b4c89188982 (patch) | |
tree | 12bed1b7d939b8704742eb89962e057a6173e3d3 /security/openscep | |
parent | 4b30f5196d4dbb5c12f66b8f1703cc970bbccfde (diff) | |
download | ports-e870e897607583621d8c41e05e8a4b4c89188982.tar.gz ports-e870e897607583621d8c41e05e8a4b4c89188982.zip |
Notes
Diffstat (limited to 'security/openscep')
-rw-r--r-- | security/openscep/Makefile | 3 | ||||
-rw-r--r-- | security/openscep/pkg-plist | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/security/openscep/Makefile b/security/openscep/Makefile index 2b5ad8f6a04d..3acd82ec6983 100644 --- a/security/openscep/Makefile +++ b/security/openscep/Makefile @@ -3,7 +3,7 @@ PORTNAME= openscep PORTVERSION= 0.4.2 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= security MASTER_SITES= http://openscep.othello.ch/download/ @@ -51,6 +51,7 @@ post-patch: ${WRKSRC}/html/Makefile.in post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libscep.so @${MKDIR} ${STAGEDIR}${CONF_DIR} ${INSTALL_DATA} ${WRKSRC}/openssl/openscep.cnf \ ${STAGEDIR}${CONF_DIR}/openscep.cnf.sample diff --git a/security/openscep/pkg-plist b/security/openscep/pkg-plist index 0a3138d84788..5b4f980f3fcc 100644 --- a/security/openscep/pkg-plist +++ b/security/openscep/pkg-plist @@ -92,6 +92,3 @@ www/openscep/scepxid.1.html www/openscep/title.html www/openscep/updatecrl.8.html www/openscep/welcome.html -@dirrm www/cgi-bin/openscep -@dirrm www/openscep -@dirrmtry etc/openscep |