diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 05:46:38 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 05:46:38 +0000 |
commit | 37f2224fa6a14520df830ae1daeba9b877daa347 (patch) | |
tree | 13d3d367b0967ab3adcc2ce528bfe1e770b4d48e /net/passlogd | |
parent | 3ff37e385bb15e608586b24278ba3dde9ea57151 (diff) | |
download | ports-37f2224fa6a14520df830ae1daeba9b877daa347.tar.gz ports-37f2224fa6a14520df830ae1daeba9b877daa347.zip |
Notes
Diffstat (limited to 'net/passlogd')
-rw-r--r-- | net/passlogd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/passlogd/Makefile b/net/passlogd/Makefile index 1bae91dca26c..5c3bd7d949dd 100644 --- a/net/passlogd/Makefile +++ b/net/passlogd/Makefile @@ -12,8 +12,10 @@ MASTER_SITES= http://www.morphine.com/src/ MAINTAINER= petef@FreeBSD.org +USE_REINPLACE= yes + post-patch: - ${PERL} -pi -e "s|.\(CXX\)|${CC} ${CFLAGS}|g" ${WRKSRC}/Makefile + ${REINPLACE_CMD} -e "s|.\(CXX\)|${CC} ${CFLAGS}|g" ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/passlogd ${PREFIX}/sbin |