aboutsummaryrefslogtreecommitdiffstats
path: root/databases/db47
diff options
context:
space:
mode:
authormi <mi@FreeBSD.org>2005-02-10 00:22:14 +0800
committermi <mi@FreeBSD.org>2005-02-10 00:22:14 +0800
commitc4c0631480877eda58f367bbbb151928a99897bb (patch)
tree3dff91b8b7bbf3e08a65e3f7a1dcfaf0f8dc59d7 /databases/db47
parentf13925621b10901bdce02e43fb3250279e08ea3f (diff)
downloadfreebsd-ports-gnome-c4c0631480877eda58f367bbbb151928a99897bb.tar.gz
freebsd-ports-gnome-c4c0631480877eda58f367bbbb151928a99897bb.tar.zst
freebsd-ports-gnome-c4c0631480877eda58f367bbbb151928a99897bb.zip
Replace the hardcoded version number with ${PORTVERSION} in a couple of places.
Approved by: maintainer
Diffstat (limited to 'databases/db47')
-rw-r--r--databases/db47/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/db47/Makefile b/databases/db47/Makefile
index 76a6d6fd5843..db65ea32bd23 100644
--- a/databases/db47/Makefile
+++ b/databases/db47/Makefile
@@ -14,8 +14,8 @@ PKGNAMESUFFIX?=
DISTNAME?= db-${PORTVERSION}
DIST_SUBDIR= bdb
-PATCH_SITES= http://www.sleepycat.com/update/4.3.27/
-PATCHFILES= patch.4.3.27.1
+PATCH_SITES= http://www.sleepycat.com/update/${PORTVERSION}/
+PATCHFILES= patch.${PORTVERSION}.1
# patch.4.3.27.1 affects C++ DbEnv::ref_elect
# patch.4.3.27.2 is Windows-specific
PATCH_DIST_STRIP= -d ..