diff options
Diffstat (limited to 'devel/cstringbuffer/Makefile')
-rw-r--r-- | devel/cstringbuffer/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/cstringbuffer/Makefile b/devel/cstringbuffer/Makefile index e9c2fa1e14df..8517b8493eea 100644 --- a/devel/cstringbuffer/Makefile +++ b/devel/cstringbuffer/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cstringbuffer -PORTVERSION= 0.1.5 +PORTVERSION= 0.1.6 CATEGORIES= devel MASTER_SITES= http://www.translator.cx/dist/libs/ @@ -21,4 +21,6 @@ MANCOMPRESSED= no CONFIGURE_TARGET= CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +PLIST_FILES= include/csb.h lib/libcsb.a lib/libcsb.so lib/libcsb.so.1 + .include <bsd.port.mk> |