diff options
author | steve <steve@FreeBSD.org> | 2001-02-26 12:55:21 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2001-02-26 12:55:21 +0800 |
commit | 1bccb35e17ab442884929afb8308a593850fd19a (patch) | |
tree | 5e0a83ac1ef41a32c5c0d07da6767a940999d3bc /security/bugs/Makefile | |
parent | 3b62ef266f1d74eaef10a0456047d748f5f45bac (diff) | |
download | freebsd-ports-gnome-1bccb35e17ab442884929afb8308a593850fd19a.tar.gz freebsd-ports-gnome-1bccb35e17ab442884929afb8308a593850fd19a.tar.zst freebsd-ports-gnome-1bccb35e17ab442884929afb8308a593850fd19a.zip |
Update to version 4.0.1.
PR: 25194
Submitted by: maintainer
Diffstat (limited to 'security/bugs/Makefile')
-rw-r--r-- | security/bugs/Makefile | 9 |
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) |