diff options
-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 |