diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-07-14 23:16:08 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-07-14 23:16:08 +0800 |
commit | 580d1491bad1b02c69ab67d45de70aaae8ef5fbf (patch) | |
tree | f0b42b90babee5515db9c9f6738f7fc2a6ad0942 /databases/cego | |
parent | ffbc8f26456447e2288ee230203f64cc86a10f06 (diff) | |
download | freebsd-ports-gnome-580d1491bad1b02c69ab67d45de70aaae8ef5fbf.tar.gz freebsd-ports-gnome-580d1491bad1b02c69ab67d45de70aaae8ef5fbf.tar.zst freebsd-ports-gnome-580d1491bad1b02c69ab67d45de70aaae8ef5fbf.zip |
- Fix shebangs
- Add LICENSE_FILE
- Fix whitespace
Approved by: portmgr blanket
MFH: 2015Q3 (blanket)
Diffstat (limited to 'databases/cego')
-rw-r--r-- | databases/cego/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/databases/cego/Makefile b/databases/cego/Makefile index afd2c1c082d3..c09c7970e47b 100644 --- a/databases/cego/Makefile +++ b/databases/cego/Makefile @@ -2,6 +2,7 @@ PORTNAME= cego PORTVERSION= 2.23.9 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ @@ -9,6 +10,7 @@ MAINTAINER= pi@FreeBSD.org COMMENT= Relational and transactional database system LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= liblfcbase.so:${PORTSDIR}/devel/lfcbase \ liblfcxml.so:${PORTSDIR}/devel/lfcxml @@ -19,10 +21,11 @@ CPPFLAGS+= -I${LOCALBASE}/include USE_LDCONFIG= yes -USES= ncurses readline libtool +USES= ncurses readline libtool shebangfix +SHEBANG_FILES= tools/cgbackup tools/cgrecover -USERS= cego -GROUPS= cego +USERS= cego +GROUPS= cego PLIST_SUB+= USER=${USERS} |