diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-02-02 21:25:28 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-02-02 21:25:28 +0000 |
| commit | b9c455742b4c52b8bba46845dadc63b1422801bf (patch) | |
| tree | 2e34d507feeafbff42f6cb84b3fff055b8de0697 /security/rsaref | |
| parent | 2705181d059ee8c63c620d236b53631355ec7012 (diff) | |
Install rsa.h too
Diffstat (limited to 'security/rsaref')
| -rw-r--r-- | security/rsaref/Makefile | 2 | ||||
| -rw-r--r-- | security/rsaref/pkg-plist | 1 |
2 files changed, 2 insertions, 1 deletions
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 |
