summaryrefslogtreecommitdiff
path: root/databases/couchdb/Makefile.versions
diff options
context:
space:
mode:
Diffstat (limited to 'databases/couchdb/Makefile.versions')
-rw-r--r--databases/couchdb/Makefile.versions24
1 files changed, 0 insertions, 24 deletions
diff --git a/databases/couchdb/Makefile.versions b/databases/couchdb/Makefile.versions
deleted file mode 100644
index 42b8ee644f3..00000000000
--- a/databases/couchdb/Makefile.versions
+++ /dev/null
@@ -1,24 +0,0 @@
-# $NetBSD: Makefile.versions,v 1.2 2014/01/02 17:10:22 fhajny Exp $
-
-_VERSIONS= \
- couch_dbupdates 0.1 \
- couch_index 0.1 \
- couch_mrview 0.1 \
- couch_plugins 0.1 \
- couch_replicator 0.1 \
- ejson 0.1.0 \
- ibrowse 2.2.0 \
- mochiweb 1.4.1 \
- snappy 1.0.5
-
-PLIST_SUBST+= VERSION=${DIST_VERSION_MAJOR}
-
-.for name version in ${_VERSIONS}
-VERSION.${name}=${version}
-PLIST_SUBST+= VERSION.${name}=${version}
-.endfor
-
-# Generate PLIST
-.for _pkg_ _version_ in $(_VERSIONS)
-PRINT_PLIST_AWK+= {if ($$0 ~ /\/$(_pkg_)-$(_version_)\//) {sub(/\/$(_pkg_)-$(_version_)\//,"/$(_pkg_)-$${VERSION.$(_pkg_)}/", $$0);}}
-.endfor