diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-06-07 07:56:52 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-06-07 07:56:52 +0000 |
commit | 421d322b785d23cc3089a0dc50788046cafb1928 (patch) | |
tree | f07b8e1120ffdaf4d85908931ed600d58d87f40d | |
parent | 4674d63dbf4e0804be47f5b7949265636a8bab11 (diff) | |
download | freebsd-ports-421d322b785d23cc3089a0dc50788046cafb1928.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 |