diff options
author | asami <asami@FreeBSD.org> | 2000-06-07 15:56:52 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-06-07 15:56:52 +0800 |
commit | 568ea22644afe7c6fa2a2e59a28f57c7638aa1c4 (patch) | |
tree | c32deb0199e87e98882e2ba1b91ef9db071a7ea2 | |
parent | 1eaa9cc74392fa5634b6738e5578c861b19e56c4 (diff) | |
download | freebsd-ports-gnome-568ea22644afe7c6fa2a2e59a28f57c7638aa1c4.tar.gz freebsd-ports-gnome-568ea22644afe7c6fa2a2e59a28f57c7638aa1c4.tar.zst freebsd-ports-gnome-568ea22644afe7c6fa2a2e59a28f57c7638aa1c4.zip |
Add binaries and manpages for gifdiff and gifview.
Submitted by: bento
-rw-r--r-- | graphics/gifsicle/Makefile | 2 | ||||
-rw-r--r-- | graphics/gifsicle/pkg-plist | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/graphics/gifsicle/Makefile b/graphics/gifsicle/Makefile index 1e261e2ba4cc..644ec8abc1a5 100644 --- a/graphics/gifsicle/Makefile +++ b/graphics/gifsicle/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.lcdf.org/gifsicle/ MAINTAINER= bradh@uunet.co.za -MAN1= gifsicle.1 +MAN1= gifdiff.1 gifsicle.1 gifview.1 GNU_CONFIGURE= yes USE_XLIB= yes diff --git a/graphics/gifsicle/pkg-plist b/graphics/gifsicle/pkg-plist index 060f9e68f694..c522ba06acbd 100644 --- a/graphics/gifsicle/pkg-plist +++ b/graphics/gifsicle/pkg-plist @@ -1,3 +1,5 @@ +bin/gifdiff bin/gifsicle +bin/gifview share/doc/gifsicle/README @dirrm share/doc/gifsicle |