diff options
author | mat <mat@FreeBSD.org> | 2015-05-12 16:57:23 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-05-12 16:57:23 +0800 |
commit | 2011bb00d2d7c029d4db5f1b3b15e2a18f95e1ea (patch) | |
tree | 5c06acb02ba3446c21fe4af93ee9314f6a657f47 /security | |
parent | f867bfe68b1e117e91a98d45f1ba9b1c8b6e93a6 (diff) | |
download | freebsd-ports-gnome-2011bb00d2d7c029d4db5f1b3b15e2a18f95e1ea.tar.gz freebsd-ports-gnome-2011bb00d2d7c029d4db5f1b3b15e2a18f95e1ea.tar.zst freebsd-ports-gnome-2011bb00d2d7c029d4db5f1b3b15e2a18f95e1ea.zip |
Simplify by using DISTVERSION.
Sponsored by: Absolight
Diffstat (limited to 'security')
-rw-r--r-- | security/softhsm2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/softhsm2/Makefile b/security/softhsm2/Makefile index 772a206f88b7..10c620b1bb46 100644 --- a/security/softhsm2/Makefile +++ b/security/softhsm2/Makefile @@ -2,12 +2,11 @@ # $FreeBSD$ PORTNAME= softhsm -PORTVERSION= 2.0.0.b3 +DISTVERSION= 2.0.0b3 CATEGORIES= security MASTER_SITES= http://dist.opendnssec.org/source/ \ http://dist.opendnssec.org/source/testing/ PKGNAMESUFFIX= 2 -DISTNAME= softhsm-2.0.0b3 MAINTAINER= jaap@NLnetLabs.nl COMMENT= Software implementation of a Hardware Security Module (HSM) |