diff options
author | jhale <jhale@FreeBSD.org> | 2014-10-12 05:28:16 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2014-10-12 05:28:16 +0800 |
commit | 79e1e279130aa794ad9dd545d653fe4a1586ffa5 (patch) | |
tree | 2e5e4e0b67f1bcedf4833801aa729beb9bd828ff /devel | |
parent | 1aa9991eaf78da9cc79d03c29ed982661fa1b0e6 (diff) | |
download | freebsd-ports-gnome-79e1e279130aa794ad9dd545d653fe4a1586ffa5.tar.gz freebsd-ports-gnome-79e1e279130aa794ad9dd545d653fe4a1586ffa5.tar.zst freebsd-ports-gnome-79e1e279130aa794ad9dd545d653fe4a1586ffa5.zip |
- Convert USE_BZIP2 to USES
- Update BSD LICENSE
- Cleanup plist
Approved by: portmgr blanket
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ecore-main/Makefile | 6 | ||||
-rw-r--r-- | devel/ecore-main/pkg-plist | 2 |
2 files changed, 3 insertions, 5 deletions
diff --git a/devel/ecore-main/Makefile b/devel/ecore-main/Makefile index 12849962f60b..884166bc50d4 100644 --- a/devel/ecore-main/Makefile +++ b/devel/ecore-main/Makefile @@ -12,12 +12,12 @@ DISTNAME= ${PKGNAMEPREFIX}${PORTVERSION} MAINTAINER= gblach@FreeBSD.org COMMENT= Enlightenment core abstraction library (main library) -LICENSE= BSD +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WKRSRC}/COPYING DIST_SUBDIR= e17 -USE_BZIP2= yes GNU_CONFIGURE= yes -USES= pathfix pkgconfig iconv +USES= iconv pathfix pkgconfig tar:bzip2 USE_EFL= eina libtool_hack USE_LDCONFIG= yes diff --git a/devel/ecore-main/pkg-plist b/devel/ecore-main/pkg-plist index 8f37bac6e5cb..9f29de93e804 100644 --- a/devel/ecore-main/pkg-plist +++ b/devel/ecore-main/pkg-plist @@ -48,5 +48,3 @@ libdata/pkgconfig/ecore.pc %%NLS%%share/locale/pt/LC_MESSAGES/ecore.mo %%NLS%%share/locale/sl/LC_MESSAGES/ecore.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/ecore.mo -@dirrmtry include/ecore-1 -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% |