diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-13 09:54:16 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-13 09:54:16 +0000 |
commit | 7f0aef52d75c0c5bfb21e2e7e7dca743817588ec (patch) | |
tree | 6352e2390c8774cc87242dc9827d261653acbafe /databases/postgresql80-server | |
parent | As a followup of ports/57028, remove more "'"s from the keybindings. (diff) |
Set pkg-comment only when there isn't one set yet (make port
master/slave clean)
Notes
Notes:
svn path=/head/; revision=91009
Diffstat (limited to 'databases/postgresql80-server')
-rw-r--r-- | databases/postgresql80-server/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql80-server/Makefile b/databases/postgresql80-server/Makefile index 3f77a7edc516..05f6cc59e9c2 100644 --- a/databases/postgresql80-server/Makefile +++ b/databases/postgresql80-server/Makefile @@ -15,8 +15,8 @@ DISTFILES= postgresql-base-${PORTVERSION}${EXTRACT_SUFX} \ postgresql-opt-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER?= girgen@pingpong.net +COMMENT?= The most advanced open-source database available anywhere -COMMENT= The most advanced open-source database available anywhere WRKSRC= ${WRKDIR}/postgresql-${PORTVERSION} DIST_SUBDIR= postgresql |