diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-06-22 00:13:17 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-06-22 00:13:17 +0800 |
commit | c892af1780b67e6fdabc7f4945bcad3d9e29571d (patch) | |
tree | 8a9971c8edf6533234e79b9a5cc3a411a279b46f /ftp/ftpq/Makefile | |
parent | 37a43dfd3cd3a54cc3207c6a319b0e292b80f6fd (diff) | |
download | freebsd-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/Makefile | 3 |
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: |