diff --git a/security/rsaref/Makefile b/security/rsaref/Makefile index 5085ee4a5f3f..dc56bfac8397 100644 --- a/security/rsaref/Makefile +++ b/security/rsaref/Makefile @@ -27,7 +27,7 @@ pre-configure: do-install: cd ${WRKSRC} && \ - ${INSTALL_DATA} _des.h _md2.h _md5.h rsaref.h global.h \ + ${INSTALL_DATA} rsa.h _des.h _md2.h _md5.h rsaref.h global.h \ ${PREFIX}/include cd ${WRKSRC} && \ ${INSTALL_DATA} librsaref.a librsaref.so.2.0 \ diff --git a/security/rsaref/pkg-plist b/security/rsaref/pkg-plist index cac4ad9a28be..2d7afd486129 100644 --- a/security/rsaref/pkg-plist +++ b/security/rsaref/pkg-plist @@ -1,6 +1,7 @@ lib/librsaref.a lib/librsaref.so.2.0 @exec /sbin/ldconfig -m %B +include/rsa.h include/_md2.h include/_md5.h include/_des.h