aboutsummaryrefslogtreecommitdiff
path: root/ftp/ftpq
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-21 16:13:17 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-21 16:13:17 +0000
commit930e3a6637bf9a7c5fdb4f16ff8c39903da8c1ed (patch)
treec49bac1d3dc0d53bf8493e58c274d95059a66bbd /ftp/ftpq
parent01c4a820a3a20a4551e47f92722429043fb63e6a (diff)
downloadports-930e3a6637bf9a7c5fdb4f16ff8c39903da8c1ed.tar.gz
ports-930e3a6637bf9a7c5fdb4f16ff8c39903da8c1ed.zip
Notes
Diffstat (limited to 'ftp/ftpq')
-rw-r--r--ftp/ftpq/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/ftpq/Makefile b/ftp/ftpq/Makefile
index f85ce20ec503..60659206aa15 100644
--- a/ftp/ftpq/Makefile
+++ b/ftp/ftpq/Makefile
@@ -14,6 +14,7 @@ MASTER_SITES= http://www.tranchant.freeserve.co.uk/software/
MAINTAINER= ports@FreeBSD.org
+USE_REINPLACE= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
MAN1= ftpq.1
@@ -23,7 +24,7 @@ PLIST_SUB+= SPOOLDIR=${SPOOLDIR}
SPOOLDIR?= /var/spool/ftpq
post-patch:
- @ ${PERL} -pi -e 's#%%SPOOLDIR%%#${SPOOLDIR}#' \
+ @ ${REINPLACE_CMD} -e 's#%%SPOOLDIR%%#${SPOOLDIR}#' \
${WRKSRC}/Makefile.in ${WRKSRC}/src/ftpq.h
post-install: