freebsd-ports/databases/postgresql94-server/Makefile
Palle Girgensohn 92faabe150 In previous commit,
"Revert the change from readline to libedit, and instead make libedit optional.",
I failed to get the PORTREVISION set correctly. Fixed now.

PR:	ports/197362
2015-02-07 17:18:48 +00:00

18 lines
511 B
Makefile

# Created by: Marc G. Fournier <scrappy@FreeBSD.org>
# $FreeBSD$
DISTVERSION?= 9.4.1
PORTREVISION?= 0
MAINTAINER?= pgsql@FreeBSD.org
INSTALL_DIRS?= src/common src/timezone src/backend \
src/backend/utils/mb/conversion_procs \
src/backend/snowball src/backend/replication/libpqwalreceiver \
src/bin/initdb src/bin/pg_ctl \
src/bin/pg_controldata src/bin/pg_resetxlog src/pl \
src/bin/pg_basebackup
ICU_PATCHFILE= pg-940-icu-2014-06-09.diff.gz
.include "${.CURDIR}/../postgresql92-server/Makefile"