diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-04-03 12:56:52 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-04-03 12:56:52 +0000 |
commit | 85b8a71f246fb8148aadccfbbd3a5f603a6fd1c4 (patch) | |
tree | ce88a22e36091e69f01865b0b44cdb182910f419 /print/panda | |
parent | Update to version 1.4 Build 107 (diff) |
Oops, forgot to list the shared library on pkg-plist.
Notes
Notes:
svn path=/head/; revision=40805
Diffstat (limited to 'print/panda')
-rw-r--r-- | print/panda/Makefile | 1 | ||||
-rw-r--r-- | print/panda/pkg-plist | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/print/panda/Makefile b/print/panda/Makefile index 355f9e0186d3..95050dfc6d48 100644 --- a/print/panda/Makefile +++ b/print/panda/Makefile @@ -7,6 +7,7 @@ PORTNAME= panda PORTVERSION= 0.4.p1 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= panda diff --git a/print/panda/pkg-plist b/print/panda/pkg-plist index 7221d10698be..3e2e26980230 100644 --- a/print/panda/pkg-plist +++ b/print/panda/pkg-plist @@ -4,6 +4,8 @@ include/panda/objects.h include/panda/legacy.h @dirrm include/panda lib/libpanda.a +lib/libpanda.so +lib/libpanda.so.0 %%PORTDOCS%%share/doc/panda/AUTHORS %%PORTDOCS%%share/doc/panda/BUGS %%PORTDOCS%%share/doc/panda/CONTRIBUTORS |