diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-12 01:27:11 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-12 01:27:11 +0800 |
commit | 0c3aa673ed60176187cbeb95c7358750af547541 (patch) | |
tree | 2c7b062bca7872d70846e02bc569fc72ff657203 | |
parent | 450cf483468ada341e9c861a9bdbe59bf848c8a5 (diff) | |
download | freebsd-ports-gnome-0c3aa673ed60176187cbeb95c7358750af547541.tar.gz freebsd-ports-gnome-0c3aa673ed60176187cbeb95c7358750af547541.tar.zst freebsd-ports-gnome-0c3aa673ed60176187cbeb95c7358750af547541.zip |
- Add missing file to plist
Approved by: portmgr blanket
-rw-r--r-- | net-im/licq-osd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/licq-osd/Makefile b/net-im/licq-osd/Makefile index 239dea4c3d42..a57ce33e2309 100644 --- a/net-im/licq-osd/Makefile +++ b/net-im/licq-osd/Makefile @@ -3,7 +3,7 @@ PORTNAME= osd PORTVERSION= 1.8.2 -PORTEPOCH= 1 +PORTEPOCH= 2 CATEGORIES= net-im MAINTAINER= dinoex@FreeBSD.org @@ -18,7 +18,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/licq/licq_qt4-gui.so:${PORTSDIR}/${LICQ_PORT}-qt-g USES= cmake gettext-tools -LOCALES= be de cs es fr pt pt_BR ro ru sv sk +LOCALES= be de cs es fr pt pt_BR ro ru sv sk tr PLIST_FILES= lib/licq/licq_osd.so \ ${LOCALES:C+^.*$+share/locale/&/LC_MESSAGES/licq_osd_plugin.mo+} |