diff options
Diffstat (limited to 'devel/libghthash/Makefile')
-rw-r--r-- | devel/libghthash/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libghthash/Makefile b/devel/libghthash/Makefile index 4800ca00b7af..c5b1739c7472 100644 --- a/devel/libghthash/Makefile +++ b/devel/libghthash/Makefile @@ -8,6 +8,7 @@ PORTNAME= libghthash PORTVERSION= 0.5.6 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.ipd.bth.se/ska/sim_home/filer/ @@ -18,7 +19,8 @@ USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes -PLIST_FILES= include/ght_hash_table.h lib/libghthash.a \ +PLIST_FILES= include/ght_hash_table.h \ + lib/libghthash.a lib/libghthash.la \ lib/libghthash.so lib/libghthash.so.5 .include <bsd.port.mk> |