freebsd-ports/databases/postgresql91-pgtcl/Makefile
Chris Rees d48e363274 Stop creating duplicate packages, and add CONFLICTS
Thanks to erwin for limiting the damage I caused in the meantime

Feature safe:	yes
2012-10-25 19:21:28 +00:00

10 lines
196 B
Makefile

# $FreeBSD$
WANT_PGSQL_VER= 91
PKGNAMESUFFIX= -postgresql${WANT_PGSQL_VER}
CONFLICTS= pgtcl-[0-9]* pgtcl-postgresql9[02]-[0-9]*
MASTERDIR= ${.CURDIR}/../pgtcl
.include "${MASTERDIR}/Makefile"