diff options
author | John Marino <marino@FreeBSD.org> | 2014-07-27 14:52:02 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-07-27 14:52:02 +0000 |
commit | e357d38387c96ecdb0f3054a60389dad358eb3c1 (patch) | |
tree | dca77e9269d336d1865b1ea8e150a2a4a15815ab /lang | |
parent | 504ddf2e505fb92c550db2251d078ee5ad3d2d14 (diff) |
lang/chicken: fix plist
Unfortunately, Redports failed to flag a plist error caused by an orphaned
library.
Reported by: Jenkins
PR: 192001
Notes
Notes:
svn path=/head/; revision=363073
Diffstat (limited to 'lang')
-rw-r--r-- | lang/chicken/Makefile | 1 | ||||
-rw-r--r-- | lang/chicken/pkg-plist | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lang/chicken/Makefile b/lang/chicken/Makefile index d5d4bf8b7493..e893cff0970d 100644 --- a/lang/chicken/Makefile +++ b/lang/chicken/Makefile @@ -3,6 +3,7 @@ PORTNAME= chicken PORTVERSION= 4.9.0.1 +PORTREVISION= 1 CATEGORIES= lang scheme MASTER_SITES= http://code.call-cc.org/releases/4.9.0/ diff --git a/lang/chicken/pkg-plist b/lang/chicken/pkg-plist index 76d5c48b5964..fc132e254f83 100644 --- a/lang/chicken/pkg-plist +++ b/lang/chicken/pkg-plist @@ -32,6 +32,7 @@ lib/chicken/7/tcp.import.so lib/chicken/7/types.db lib/chicken/7/utils.import.so lib/libchicken.a +lib/libchicken.so lib/libchicken.so.7 man/man1/chicken-bug.1.gz man/man1/chicken-install.1.gz |