aboutsummaryrefslogtreecommitdiffstats
path: root/devel/pcre/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/pcre/Makefile')
-rw-r--r--devel/pcre/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/devel/pcre/Makefile b/devel/pcre/Makefile
index 94ea234ff93..40b7632ca68 100644
--- a/devel/pcre/Makefile
+++ b/devel/pcre/Makefile
@@ -6,21 +6,16 @@
#
PORTNAME= pcre
-PORTVERSION= 3.1
+PORTVERSION= 3.4
CATEGORIES= devel
MASTER_SITES= ftp://ftp.cus.cam.ac.uk/pub/software/programs/pcre/
MAINTAINER= dom@myrddin.demon.co.uk
-# Implies GNU_CONFIGURE.
+USE_BZIP2= yes
USE_LIBTOOL= yes
MAN3= pcre.3 pcreposix.3
-MAN1= pgrep.1
-
-# Otherwise we get a broken pgrep shell script installed
-# instead of the binary we really want.
-pre-install:
- @${LN} -f ${WRKSRC}/.libs/pgrep ${WRKSRC}/pgrep
+MAN1= pcregrep.1
.include <bsd.port.mk>