aboutsummaryrefslogtreecommitdiff
path: root/security/keynote
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-09 01:12:50 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-09 01:12:50 +0000
commitb5a5e311cee3edb6561012e60e9987b6ec3851f0 (patch)
treea04ffd763f14248f3f166409939cc5c786554d06 /security/keynote
parent8382545c3d246f0d9791551e7fec1f1f2fcd1d0c (diff)
downloadports-b5a5e311cee3edb6561012e60e9987b6ec3851f0.tar.gz
ports-b5a5e311cee3edb6561012e60e9987b6ec3851f0.zip
Notes
Diffstat (limited to 'security/keynote')
-rw-r--r--security/keynote/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/keynote/Makefile b/security/keynote/Makefile
index 58b97ad71119..bed131e0f48d 100644
--- a/security/keynote/Makefile
+++ b/security/keynote/Makefile
@@ -3,7 +3,7 @@
PORTNAME= keynote
PORTVERSION= 2.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= http://www1.cs.columbia.edu/~angelos/Code/
@@ -11,7 +11,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Trust-Management System
LICENSE= MIT
-LICENSE_FILE= ${WRKWRC}/LICENSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gmake # required to support parallel (-jX) builds
USE_OPENSSL= yes
@@ -29,7 +29,7 @@ OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/keynote ${STAGEDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/keynote.h ${STAGEDIR}${PREFIX}/include
- ${INSTALL_LIB} ${WRKSRC}/libkeynote.a ${STAGEDIR}${PREFIX}/lib
+ ${INSTALL_DATA} ${WRKSRC}/libkeynote.a ${STAGEDIR}${PREFIX}/lib
${INSTALL_MAN} ${WRKSRC}/man/keynote.1 ${STAGEDIR}${MANPREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/man/keynote.3 ${STAGEDIR}${MANPREFIX}/man/man3
${INSTALL_MAN} ${WRKSRC}/man/keynote.4 \