svn commit: r389914 - head/x11/yakuake-kde4
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Jun 17 12:55:54 UTC 2015
Author: amdmi3
Date: Wed Jun 17 12:55:53 2015
New Revision: 389914
URL: https://svnweb.freebsd.org/changeset/ports/389914
Log:
- Add LICENSE_FILE
- Fix shebangs
Modified:
head/x11/yakuake-kde4/Makefile
Modified: head/x11/yakuake-kde4/Makefile
==============================================================================
--- head/x11/yakuake-kde4/Makefile Wed Jun 17 12:55:29 2015 (r389913)
+++ head/x11/yakuake-kde4/Makefile Wed Jun 17 12:55:53 2015 (r389914)
@@ -3,7 +3,7 @@
PORTNAME= yakuake
PORTVERSION= 2.9.9
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= x11 kde
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src
PKGNAMESUFFIX= -kde4
@@ -12,8 +12,10 @@ MAINTAINER= ports at FreeBSD.org
COMMENT= Drop-down terminal emulator for KDE
LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
-USES= cmake gettext tar:xz
+USES= cmake gettext shebangfix tar:xz
+SHEBANG_FILES= data/updaters/yakuake-${PORTVERSION}-startupnotification.pl
USE_KDE4= automoc4 kdelibs kdeprefix
USE_QT4= qmake_build moc_build rcc_build uic_build
INSTALLS_ICONS= yes
More information about the svn-ports-head
mailing list