diff options
author | antoine <antoine@FreeBSD.org> | 2017-04-19 21:56:31 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-04-19 21:56:31 +0800 |
commit | 508b650c46cb4bcbafd22b103b18616cc78c435f (patch) | |
tree | c9a9e7db257387c69e50cd69c3af3d7cce5545d3 /x11-toolkits | |
parent | d9f24890aa0c96944a7b8fef04de4370558049fb (diff) | |
download | freebsd-ports-gnome-508b650c46cb4bcbafd22b103b18616cc78c435f.tar.gz freebsd-ports-gnome-508b650c46cb4bcbafd22b103b18616cc78c435f.tar.zst freebsd-ports-gnome-508b650c46cb4bcbafd22b103b18616cc78c435f.zip |
Fix plist after r437776 which removed keepla
Reported by: pkg-fallout
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/bakery/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/bakery/pkg-plist | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/x11-toolkits/bakery/Makefile b/x11-toolkits/bakery/Makefile index a67c08669caa..3ce070960fa6 100644 --- a/x11-toolkits/bakery/Makefile +++ b/x11-toolkits/bakery/Makefile @@ -4,7 +4,7 @@ PORTNAME= bakery PORTVERSION= 2.6.3 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= x11-toolkits gnome MASTER_SITES= GNOME diff --git a/x11-toolkits/bakery/pkg-plist b/x11-toolkits/bakery/pkg-plist index e826aa4e4216..5039b08bad37 100644 --- a/x11-toolkits/bakery/pkg-plist +++ b/x11-toolkits/bakery/pkg-plist @@ -20,7 +20,6 @@ include/bakery-%%API_VERSION%%/bakery/bakery.h include/bakery-%%API_VERSION%%/bakery/init.h include/bakery-%%API_VERSION%%/bakeryconfig.h lib/libbakery-%%VERSION%%.a -lib/libbakery-%%VERSION%%.la lib/libbakery-%%VERSION%%.so lib/libbakery-%%VERSION%%.so.1 lib/libbakery-%%VERSION%%.so.1.0.0 |