freebsd-ports/devel/pcre/Makefile
James E. Housley a83b5b293f @${LN} -f ${WRKSRC}/.libs/pgrep ${WRKSRC}/pgrep
in the pre-install target otherwise we get a broken pgrep shell script
installed instead of the binary we really want.

PR:		21508
Submitted by:	MAINTAINER
2000-10-25 23:54:27 +00:00

27 lines
529 B
Makefile

# New ports collection makefile for: pcre
# Date created: 08 July 1998
# Whom: dom
#
# $FreeBSD$
#
PORTNAME= pcre
PORTVERSION= 3.1
CATEGORIES= devel
MASTER_SITES= ftp://ftp.cus.cam.ac.uk/pub/software/programs/pcre/
MAINTAINER= dom@myrddin.demon.co.uk
# Implies GNU_CONFIGURE.
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
.include <bsd.port.mk>