aboutsummaryrefslogtreecommitdiff
path: root/security/keepassx2
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-05-05 09:45:36 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-05-05 09:45:36 +0000
commit4a4ec28d37b64039d4eff0f34ad66b543767d758 (patch)
tree96cc94ba02edcc043c52eb3f26adbc632bbe44d8 /security/keepassx2
parenta5d24d4bb4a43375b4bbb7f8bc673f8c557f06b4 (diff)
downloadports-4a4ec28d37b64039d4eff0f34ad66b543767d758.tar.gz
ports-4a4ec28d37b64039d4eff0f34ad66b543767d758.zip
Notes
Diffstat (limited to 'security/keepassx2')
-rw-r--r--security/keepassx2/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/keepassx2/Makefile b/security/keepassx2/Makefile
index 0fed9811aff1..207db072ccbb 100644
--- a/security/keepassx2/Makefile
+++ b/security/keepassx2/Makefile
@@ -6,7 +6,7 @@ DISTVERSION= 2.0
CATEGORIES= security
MASTER_SITES= https://www.keepassx.org/dev/attachments/download/69/
PKGNAMESUFFIX= -alpha
-DISTNAME= ${PORTNAME:L}-${DISTVERSION}${PKGNAMESUFFIX}6
+DISTNAME= ${PORTNAME:tl}-${DISTVERSION}${PKGNAMESUFFIX}6
MAINTAINER= eric@camachat.org
COMMENT= Cross Platform Password Manager
@@ -15,8 +15,8 @@ LIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt
CONFLICTS_INSTALL= keepassx-0.*
-DATADIR= ${PREFIX}/share/${PORTNAME:L}
-WRKSRC= ${WRKDIR}/${DISTNAME:L}
+DATADIR= ${PREFIX}/share/${PORTNAME:tl}
+WRKSRC= ${WRKDIR}/${DISTNAME:tl}
USES= cmake
USE_LDCONFIG= yes