diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-10-27 01:35:09 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-10-27 01:35:09 +0000 |
commit | f4150856411dfa94139a66da9e2bbdd53ddc37ef (patch) | |
tree | ec4c698f304ba5a53ad76468dd2817a81ea3f5ce /security | |
parent | 592e9d783a3b341f476ce1adf06decba9120efd9 (diff) | |
download | ports-f4150856411dfa94139a66da9e2bbdd53ddc37ef.tar.gz ports-f4150856411dfa94139a66da9e2bbdd53ddc37ef.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/keynote/Makefile | 2 | ||||
-rw-r--r-- | security/keynote/pkg-plist | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/security/keynote/Makefile b/security/keynote/Makefile index 7f0fff48d14c..33de81e41f3d 100644 --- a/security/keynote/Makefile +++ b/security/keynote/Makefile @@ -7,6 +7,7 @@ PORTNAME= keynote PORTVERSION= 2.3 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.cis.upenn.edu/~angelos/Code/ @@ -26,6 +27,7 @@ MAN5= keynote.5 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/keynote ${PREFIX}/bin/ + ${INSTALL_DATA} ${WRKSRC}/keynote.h ${PREFIX}/include/ ${INSTALL_DATA} ${WRKSRC}/libkeynote.a ${PREFIX}/lib/ ${INSTALL_DATA} ${WRKSRC}/man/keynote.1 ${PREFIX}/man/man1/ ${INSTALL_DATA} ${WRKSRC}/man/keynote.3 ${PREFIX}/man/man3/ diff --git a/security/keynote/pkg-plist b/security/keynote/pkg-plist index 91c8a2ef9cae..2ac07bc468c0 100644 --- a/security/keynote/pkg-plist +++ b/security/keynote/pkg-plist @@ -1,4 +1,5 @@ bin/keynote +include/keynote.h lib/libkeynote.a share/doc/keynote/rfc2704.txt @dirrm share/doc/keynote/ |