aboutsummaryrefslogtreecommitdiffstats
path: root/databases/db43
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1997-11-22 08:51:36 +0800
committerasami <asami@FreeBSD.org>1997-11-22 08:51:36 +0800
commitc0e68711736a7153b5eb97cef2a167ba870a3ff3 (patch)
treebe157453d61c7321dc09d31f5672217beb6568a4 /databases/db43
parent3d92a9be1f7b180ba956c4668056e9a4577ff6e6 (diff)
downloadfreebsd-ports-gnome-c0e68711736a7153b5eb97cef2a167ba870a3ff3.tar.gz
freebsd-ports-gnome-c0e68711736a7153b5eb97cef2a167ba870a3ff3.tar.zst
freebsd-ports-gnome-c0e68711736a7153b5eb97cef2a167ba870a3ff3.zip
Oops, what was I thinking. Put MANUAL_PACKAGE_BUILD to the right place.
Diffstat (limited to 'databases/db43')
-rw-r--r--databases/db43/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/db43/Makefile b/databases/db43/Makefile
index d607cd39944c..3ba41776d2c2 100644
--- a/databases/db43/Makefile
+++ b/databases/db43/Makefile
@@ -3,7 +3,7 @@
# Date created: 11 Nov 1997
# Whom: Josh Tiefenbach <josh@ican.net>
#
-# $Id: Makefile,v 1.4 1997/11/11 16:58:47 jfitz Exp $
+# $Id: Makefile,v 1.5 1997/11/22 00:47:18 asami Exp $
#
DISTNAME= db-2.3.12
@@ -12,6 +12,7 @@ MASTER_SITES= http://www.sleepycat.com/db/packages/
MAINTAINER= josh@ican.net
+MANUAL_PACKAGE_BUILD= incompatible with libc version
WRKSRC= ${WRKDIR}/${DISTNAME}/build.unix
GNU_CONFIGURE= YES
@@ -40,6 +41,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/../examples_cxx/${example} ${PREFIX}/share/examples/db
.endfor
-MANUAL_PACKAGE_BUILD= incompatible with libc version
-
.include <bsd.port.mk>