diff options
author | leeym <leeym@FreeBSD.org> | 2003-02-22 22:50:26 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2003-02-22 22:50:26 +0800 |
commit | 27beb6e2a26574c981bcb7611ae83b9385604a3a (patch) | |
tree | 8b616299d68b3d597e2360b6ff024544698413dd | |
parent | 242c8acec2babbd162f31ed96ccb7340fdbf5996 (diff) | |
download | freebsd-ports-gnome-27beb6e2a26574c981bcb7611ae83b9385604a3a.tar.gz freebsd-ports-gnome-27beb6e2a26574c981bcb7611ae83b9385604a3a.tar.zst freebsd-ports-gnome-27beb6e2a26574c981bcb7611ae83b9385604a3a.zip |
add missing file to PLIST
bump PORTREVISION
Noticed by: bento
PR: 48547
Submitted by: Erwin Lansing <erwin@lansing.dk>
-rw-r--r-- | devel/libghthash/Makefile | 1 | ||||
-rw-r--r-- | devel/libghthash/pkg-plist | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/devel/libghthash/Makefile b/devel/libghthash/Makefile index b0652a15bbb5..b115d5dc8481 100644 --- a/devel/libghthash/Makefile +++ b/devel/libghthash/Makefile @@ -8,6 +8,7 @@ PORTNAME= libghthash PORTVERSION= 0.5.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.student.lu.se/~etn97ksi/sim_home/filer/ diff --git a/devel/libghthash/pkg-plist b/devel/libghthash/pkg-plist index b9d9f18aee8d..b8b143a235c7 100644 --- a/devel/libghthash/pkg-plist +++ b/devel/libghthash/pkg-plist @@ -2,3 +2,4 @@ include/ght_hash_table.h lib/libghthash.a lib/libghthash.so lib/libghthash.so.1 +lib/libghthash.la |