diff options
Diffstat (limited to 'security/keynote/Makefile')
-rw-r--r-- | security/keynote/Makefile | 2 |
1 files changed, 2 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/ |