diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-07-15 03:46:18 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-07-15 03:46:18 +0800 |
commit | 0adb199a9b39eca06b226c20cbcfbc9a8b861e16 (patch) | |
tree | 2973e3d2aa71f4f7187b4aa86ca88b51416b25d0 /net-im/mu-conference | |
parent | d025126b7cc81250a46548afcfc0cc4491bf672b (diff) | |
download | freebsd-ports-gnome-0adb199a9b39eca06b226c20cbcfbc9a8b861e16.tar.gz freebsd-ports-gnome-0adb199a9b39eca06b226c20cbcfbc9a8b861e16.tar.zst freebsd-ports-gnome-0adb199a9b39eca06b226c20cbcfbc9a8b861e16.zip |
- Fix shebangs
- Add LICENSE_FILE
Approved by: portmgr blanket
MFH: 2015Q3 (blanket)
Diffstat (limited to 'net-im/mu-conference')
-rw-r--r-- | net-im/mu-conference/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net-im/mu-conference/Makefile b/net-im/mu-conference/Makefile index f4fd54e942aa..9bf7af1fa5f8 100644 --- a/net-im/mu-conference/Makefile +++ b/net-im/mu-conference/Makefile @@ -3,7 +3,7 @@ PORTNAME= mu-conference PORTVERSION= 0.8 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net-im MASTER_SITES= http://download.gna.org/mu-conference/ DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -12,11 +12,13 @@ MAINTAINER= mm@FreeBSD.org COMMENT= Multi-User Conferencing component for Jabber LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 \ libidn.so:${PORTSDIR}/dns/libidn -USES= pkgconfig +USES= pkgconfig shebangfix +SHEBANG_FILES= scripts/roommaker.pl scripts/roomname.pl USE_GNOME= glib20 USE_RC_SUBR= ${PORTNAME} |