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