diff options
author | gahr <gahr@FreeBSD.org> | 2015-06-25 00:19:31 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2015-06-25 00:19:31 +0800 |
commit | eda6af329925c510247b9af3b5b93dd8e3d6ed42 (patch) | |
tree | e1573c1ca9dea20377bafd36602a52600d547d80 /databases | |
parent | 798f20c8fee2ddbc865535139f8c0b1dcf36c5c0 (diff) | |
download | freebsd-ports-gnome-eda6af329925c510247b9af3b5b93dd8e3d6ed42.tar.gz freebsd-ports-gnome-eda6af329925c510247b9af3b5b93dd8e3d6ed42.tar.zst freebsd-ports-gnome-eda6af329925c510247b9af3b5b93dd8e3d6ed42.zip |
- Fix PLIST
- Bump PORTREVISION
Diffstat (limited to 'databases')
-rw-r--r-- | databases/casstcl/Makefile | 7 | ||||
-rw-r--r-- | databases/casstcl/pkg-plist | 13 |
2 files changed, 15 insertions, 5 deletions
diff --git a/databases/casstcl/Makefile b/databases/casstcl/Makefile index aee1fd00adbe..4a67473e7146 100644 --- a/databases/casstcl/Makefile +++ b/databases/casstcl/Makefile @@ -3,6 +3,7 @@ PORTNAME= casstcl PORTVERSION= 2.7 +PORTREVISION= 1 DISTVERSIONPREFIX=v CATEGORIES= databases @@ -22,10 +23,6 @@ USE_GITHUB= yes GH_ACCOUNT= flightaware USE_LDCONFIG= yes - -PLIST_FILES= include/casstcl.h \ - lib/casstcl2.4/casstcl.tcl \ - lib/casstcl2.4/libcasstcl.so.1 \ - lib/casstcl2.4/pkgIndex.tcl +PLIST_SUB+= PORTVERSION=${PORTVERSION} .include <bsd.port.mk> diff --git a/databases/casstcl/pkg-plist b/databases/casstcl/pkg-plist new file mode 100644 index 000000000000..fd4454708869 --- /dev/null +++ b/databases/casstcl/pkg-plist @@ -0,0 +1,13 @@ +include/casstcl.h +include/casstcl_batch.h +include/casstcl_cassandra.h +include/casstcl_consistency.h +include/casstcl_error.h +include/casstcl_event.h +include/casstcl_future.h +include/casstcl_log.h +include/casstcl_prepared.h +include/casstcl_types.h +lib/casstcl%%PORTVERSION%%/casstcl.tcl +lib/casstcl%%PORTVERSION%%/libcasstcl.so.1 +lib/casstcl%%PORTVERSION%%/pkgIndex.tcl |