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/fspd | |
parent | 3ff37e385bb15e608586b24278ba3dde9ea57151 (diff) | |
download | ports-37f2224fa6a14520df830ae1daeba9b877daa347.tar.gz ports-37f2224fa6a14520df830ae1daeba9b877daa347.zip |
PERL -> REINPLACE
And some ports have USE_PERL5=yes now.
Notes
Notes:
svn path=/head/; revision=69436
Diffstat (limited to 'net/fspd')
-rw-r--r-- | net/fspd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/fspd/Makefile b/net/fspd/Makefile index 03cd87b391a1..51758c385391 100644 --- a/net/fspd/Makefile +++ b/net/fspd/Makefile @@ -16,13 +16,14 @@ MAINTAINER= trevor@FreeBSD.org ALL_TARGET= fspserver DOCDIR= share/doc/${PORTNAME} DOCFILES= BETA.README ChangeLog FILES INFO TODO INSTALL MACHINES +USE_REINPLACE= yes GNU_CONFIGURE= yes MAN1= fspd.1 PLIST= ${WRKDIR}/pkg-plist WRKSRC= ${WRKDIR}/2.8.1 do-patch: - ${PERL} -pi -e "s:/usr/fsp:${LOCALBASE}/etc:g" \ + ${REINPLACE_CMD} -e "s:/usr/fsp:${LOCALBASE}/etc:g" \ ${WRKSRC}/include/server_conf.h pre-install: |