diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-07-14 19:46:18 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-07-14 19:46:18 +0000 |
commit | 0461c4ac3650e8ff1837bbdbc0ef1856cd72627a (patch) | |
tree | 2973e3d2aa71f4f7187b4aa86ca88b51416b25d0 /net-im | |
parent | 5f481b83bacd30881030b0f4839b200aca663bb6 (diff) |
- Fix shebangs
- Add LICENSE_FILE
Approved by: portmgr blanket
MFH: 2015Q3 (blanket)
Notes
Notes:
svn path=/head/; revision=392059
Diffstat (limited to 'net-im')
-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} |