aboutsummaryrefslogtreecommitdiff
path: root/www/sarg/Makefile
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2005-04-19 17:16:40 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2005-04-19 17:16:40 +0000
commit8d591a3795e69c1d27a1f1043d1bcad477563e73 (patch)
tree1e8068dd54ede34a825a6a5f2af150624a0d2458 /www/sarg/Makefile
parentaaa09d505a2160c0fc2fd5c77e91e5952b18802e (diff)
downloadports-8d591a3795e69c1d27a1f1043d1bcad477563e73.tar.gz
ports-8d591a3795e69c1d27a1f1043d1bcad477563e73.zip
Notes
Diffstat (limited to 'www/sarg/Makefile')
-rw-r--r--www/sarg/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/www/sarg/Makefile b/www/sarg/Makefile
index f56f794f1fce..2e68ac522b1e 100644
--- a/www/sarg/Makefile
+++ b/www/sarg/Makefile
@@ -6,13 +6,13 @@
#
PORTNAME= sarg
-PORTVERSION= 2.0.4
+PORTVERSION= 2.0.5
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
PATCH_SITES= http://sarg.sourceforge.net/
-PATCHFILES= sarg-2.0.4-segmentation-fault.patch
+PATCHFILES= freebsd.patch abbreviation.patch
PATCH_DIST_STRIP= -p1
MAINTAINER= mt@primats.org.ua
@@ -23,7 +23,8 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= CC=gcc
CONFIGURE_ARGS= --enable-bindir="${PREFIX}/bin" \
--enable-sysconfdir="${PREFIX}/etc/${PORTNAME}" \
- --enable-htmldir=${PREFIX}/www/${PORTNAME}
+ --enable-htmldir="${PREFIX}/www/${PORTNAME}" \
+ --enable-mandir="${MAN1PREFIX}/man/man1"
.if !defined(WITHOUT_GD)
LIB_DEPENDS+= gd.4:${PORTSDIR}/graphics/gd