aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/ftpq/Makefile
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-06-22 00:13:17 +0800
committerijliao <ijliao@FreeBSD.org>2002-06-22 00:13:17 +0800
commitc892af1780b67e6fdabc7f4945bcad3d9e29571d (patch)
tree8a9971c8edf6533234e79b9a5cc3a411a279b46f /ftp/ftpq/Makefile
parent37a43dfd3cd3a54cc3207c6a319b0e292b80f6fd (diff)
downloadfreebsd-ports-gnome-c892af1780b67e6fdabc7f4945bcad3d9e29571d.tar.gz
freebsd-ports-gnome-c892af1780b67e6fdabc7f4945bcad3d9e29571d.tar.zst
freebsd-ports-gnome-c892af1780b67e6fdabc7f4945bcad3d9e29571d.zip
Replace ${PERL} with ${REINPLACE_CMD}
PR: 39594 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Diffstat (limited to 'ftp/ftpq/Makefile')
-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: