diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2006-08-03 14:59:50 +0800 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2006-08-03 14:59:50 +0800 |
commit | 94554d8b0acf08ead0eb5c9747f5d0023827a3e9 (patch) | |
tree | 0e13a9446c0edb1182f39719dd13088c84307aec /x11 | |
parent | 209358574ed6d081274abc3b655d4f3b7edeb544 (diff) | |
download | freebsd-ports-gnome-94554d8b0acf08ead0eb5c9747f5d0023827a3e9.tar.gz freebsd-ports-gnome-94554d8b0acf08ead0eb5c9747f5d0023827a3e9.tar.zst freebsd-ports-gnome-94554d8b0acf08ead0eb5c9747f5d0023827a3e9.zip |
Fix pkg-plist.
PR: ports/101277
Submitted by: erwin@
Pointyhat by: me
Diffstat (limited to 'x11')
-rw-r--r-- | x11/ecore/Makefile | 2 | ||||
-rw-r--r-- | x11/ecore/pkg-plist | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/x11/ecore/Makefile b/x11/ecore/Makefile index 55acaf086ce2..59e23ddbe899 100644 --- a/x11/ecore/Makefile +++ b/x11/ecore/Makefile @@ -7,7 +7,7 @@ PORTNAME= ecore PORTVERSION= 0.9.9.032 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://enlightenment.freedesktop.org/files/ diff --git a/x11/ecore/pkg-plist b/x11/ecore/pkg-plist index dd11bde0c900..bb7ac89e0672 100644 --- a/x11/ecore/pkg-plist +++ b/x11/ecore/pkg-plist @@ -1,5 +1,6 @@ bin/ecore-config bin/ecore_config +bin/ecore_dbus_test bin/ecore_evas_test bin/ecore_test include/Ecore.h |