aboutsummaryrefslogtreecommitdiff
path: root/security/bugs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/bugs/Makefile')
-rw-r--r--security/bugs/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/security/bugs/Makefile b/security/bugs/Makefile
index 414de5b17de6..993bcffc37fd 100644
--- a/security/bugs/Makefile
+++ b/security/bugs/Makefile
@@ -6,13 +6,15 @@
#
PORTNAME= bugs
-PORTVERSION= 3.3.2
+PORTVERSION= 4.0.1
CATEGORIES= security
-MASTER_SITES= http://www.bcrypt.com/crypto/
+MASTER_SITES= http://www.bcrypt.com/english/download/
EXTRACT_SUFX= .tgz
MAINTAINER= stephane.legrand@bigfoot.com
+PLIST_SUB+= PORTVERSION=${PORTVERSION}
+
# No Manual page
# Cryptography = be extra careful...
@@ -27,6 +29,9 @@ post-configure:
-e 's/^install: instchoice all/install: instchoice/' \
< ${WRKSRC}/Makefile.pre_sed > ${WRKSRC}/Makefile
+post-build:
+ ${CP} ${WRKSRC}/lib/unix/*.a ${WRKSRC}/lib/
+
pre-install:
(cd ${WRKSRC}; ${MAKE} test)