diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2009-07-17 05:14:19 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2009-07-17 05:14:19 +0000 |
commit | add8b98a2393130b732d071e7f50ab861b9792b4 (patch) | |
tree | b6d5a531ef94d5c27764516b151f7cc28eccc87b /devel/judy/Makefile | |
parent | fe832685af5bde35d9fdd5966d3f7642329c3d0d (diff) | |
download | ports-add8b98a2393130b732d071e7f50ab861b9792b4.tar.gz ports-add8b98a2393130b732d071e7f50ab861b9792b4.zip |
Notes
Diffstat (limited to 'devel/judy/Makefile')
-rw-r--r-- | devel/judy/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/judy/Makefile b/devel/judy/Makefile index 7c0c13055748..a87e0d489de3 100644 --- a/devel/judy/Makefile +++ b/devel/judy/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Judy -PORTVERSION= 1.0.4 +PORTVERSION= 1.0.5 CATEGORIES= devel MASTER_SITES= SF MASTER_SITE_SUBDIR= judy @@ -18,6 +18,8 @@ GNU_CONFIGURE= yes USE_GMAKE= YES USE_LDCONFIG= YES +WRKSRC= ${WRKDIR}/${PORTNAME:L}-${PORTVERSION} + MAN3= Judy.3 Judy1.3 Judy1_funcs.3 JudyHS.3 JudyHS_funcs.3 \ JudyL.3 JudyL_funcs.3 JudySL.3 JudySL_funcs.3 |