svn commit: r414263 - head/databases/casstcl

Pietro Cerutti gahr at FreeBSD.org
Fri Apr 29 09:04:36 UTC 2016


Author: gahr
Date: Fri Apr 29 09:04:34 2016
New Revision: 414263
URL: https://svnweb.freebsd.org/changeset/ports/414263

Log:
  databases/casstcl: fix LDCONFIG path, bump PORTREVISION

Modified:
  head/databases/casstcl/Makefile

Modified: head/databases/casstcl/Makefile
==============================================================================
--- head/databases/casstcl/Makefile	Fri Apr 29 09:03:23 2016	(r414262)
+++ head/databases/casstcl/Makefile	Fri Apr 29 09:04:34 2016	(r414263)
@@ -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>


More information about the svn-ports-all mailing list