aboutsummaryrefslogtreecommitdiff
path: root/databases/casstcl
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2016-04-29 09:04:34 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2016-04-29 09:04:34 +0000
commit1cc099ca02993a139f63687136199e1b914bec2d (patch)
treea69023ea9d59cb70d9a2b51890fc3cc7c676cbe0 /databases/casstcl
parent41e42c52318f07aac9315039ba4409007617acb4 (diff)
downloadports-1cc099ca02993a139f63687136199e1b914bec2d.tar.gz
ports-1cc099ca02993a139f63687136199e1b914bec2d.zip
databases/casstcl: fix LDCONFIG path, bump PORTREVISION
Notes
Notes: svn path=/head/; revision=414263
Diffstat (limited to 'databases/casstcl')
-rw-r--r--databases/casstcl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/casstcl/Makefile b/databases/casstcl/Makefile
index a56b4cc125e3..2eb59578dfd6 100644
--- a/databases/casstcl/Makefile
+++ b/databases/casstcl/Makefile
@@ -3,6 +3,7 @@
PORTNAME= casstcl
PORTVERSION= 2.11
+PORTREVISION= 1
DISTVERSIONPREFIX=v
CATEGORIES= databases
@@ -18,7 +19,7 @@ USES= autoreconf tcl:85+,tea
USE_GITHUB= yes
GH_ACCOUNT= flightaware
-USE_LDCONFIG= yes
+USE_LDCONFIG= ${PREFIX}/lib/casstcl${PORTVERSION}
PLIST_SUB+= PORTVERSION=${PORTVERSION}
.include <bsd.port.mk>