diff options
author | demon <demon@FreeBSD.org> | 2014-12-02 05:50:55 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2014-12-02 05:50:55 +0800 |
commit | bfabf41a4cb03a9956b1a2b821399de9b84cf205 (patch) | |
tree | 452850e0e8f9e1af76d27612a208d5aa18c79e34 | |
parent | b0ab94d19636bdde97f086181504463a27b52f99 (diff) | |
download | freebsd-ports-gnome-bfabf41a4cb03a9956b1a2b821399de9b84cf205.tar.gz freebsd-ports-gnome-bfabf41a4cb03a9956b1a2b821399de9b84cf205.tar.zst freebsd-ports-gnome-bfabf41a4cb03a9956b1a2b821399de9b84cf205.zip |
Fix plist.
PR: 195488
Submitted by: pawel
-rw-r--r-- | net/p5-Net-Z3950-ZOOM/Makefile | 2 | ||||
-rw-r--r-- | net/p5-Net-Z3950-ZOOM/pkg-plist | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/net/p5-Net-Z3950-ZOOM/Makefile b/net/p5-Net-Z3950-ZOOM/Makefile index 1a4fca5af303..c3f271c40636 100644 --- a/net/p5-Net-Z3950-ZOOM/Makefile +++ b/net/p5-Net-Z3950-ZOOM/Makefile @@ -3,7 +3,7 @@ PORTNAME= Net-Z3950-ZOOM PORTVERSION= 1.30 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/net/p5-Net-Z3950-ZOOM/pkg-plist b/net/p5-Net-Z3950-ZOOM/pkg-plist index b86010b6c314..74f0a3ae8f4e 100644 --- a/net/p5-Net-Z3950-ZOOM/pkg-plist +++ b/net/p5-Net-Z3950-ZOOM/pkg-plist @@ -1,3 +1,4 @@ +bin/zoom-delete-records bin/zoomdump bin/zselect %%SITE_ARCH%%/Net/Z3950.pm |