diff options
Diffstat (limited to 'databases/postgresql84-client/Makefile')
| -rw-r--r-- | databases/postgresql84-client/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/postgresql84-client/Makefile b/databases/postgresql84-client/Makefile index 1c1f0f215849..7737e2d5ff2e 100644 --- a/databases/postgresql84-client/Makefile +++ b/databases/postgresql84-client/Makefile @@ -3,7 +3,8 @@ PORTNAME= postgresql PORTREVISION= 0 -PKGNAMESUFFIX= -client +PKGNAMESUFFIX?= ${DISTV:S/.//}-client +DISTV= ${DISTVERSION:R} COMMENT= PostgreSQL database (client) @@ -13,6 +14,7 @@ BUILD_DIRS= config src/include src/interfaces src/port \ src/bin/pg_dump src/bin/psql src/bin/scripts src/bin/pg_config \ doc src/makefiles CLIENT_ONLY= yes +COMPONENT= -client USE_LDCONFIG= yes NO_STAGE= yes |
