summaryrefslogtreecommitdiff
path: root/databases/postgresql81-server
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2001-07-27 11:56:39 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2001-07-27 11:56:39 +0000
commit3980028e05bdad1199054cb9ad76d49c1ad9e364 (patch)
treee5beeb2551c7ee79dd409ad7c896e5268bdb0e39 /databases/postgresql81-server
parentUpdate docs for Python-2.{0,1}.1. (diff)
Work around the way in which the package building cluster validates
ports by defining LIB_DEPENDS for the BATCH defaults in the Makefile. The dynamic determination of LIB_DEPENDS in configure.postgresql remains in place for the !BATCH case and is unaffected by this. Remove trailing whitespace and an extraneous LDCONFIG_DIRS. Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=45524
Diffstat (limited to 'databases/postgresql81-server')
-rw-r--r--databases/postgresql81-server/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/databases/postgresql81-server/Makefile b/databases/postgresql81-server/Makefile
index a344f35f60e5..ea93a3500d8e 100644
--- a/databases/postgresql81-server/Makefile
+++ b/databases/postgresql81-server/Makefile
@@ -28,7 +28,6 @@ MAINTAINER= girgen@partitur.se
DIST_SUBDIR= postgresql
INSTALLS_SHLIB= YES
-LDCONFIG_DIRS= %%PREFIX%%/lib
DOCDIR= ${WRKDIR}/${DISTNAME}/doc
PLIST= ${WRKDIR}/.PLIST.generated
@@ -93,6 +92,10 @@ SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \
# to determine the correct plist.
.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc)
.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc"
+.else
+# make utility targets like depends and describe happy
+LIB_DEPENDS= tcl83:${PORTSDIR}/lang/tcl83 \
+ tk83:${PORTSDIR}/x11-toolkits/tk83
.endif
pre-everything:
@@ -100,7 +103,7 @@ pre-everything:
pre-install:
@ ${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGDIR}/pkg-install ${PORTNAME} PRE-INSTALL
-.if !defined(BATCH)
+.if !defined(BATCH)
# remind folks twice for a while, so they really don't miss the layout shift
@ ${SED} "s|/usr/local|${PREFIX}|g" < ${PKGMESSAGE} | head -n 25 | more -e
.endif