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