diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-06-16 23:03:10 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-06-16 23:03:10 +0800 |
commit | fd64cc1ce59cc2c7732d14183fbb09c1530a6fca (patch) | |
tree | f2b90f36648fe13ed28fdddbabab21b4f8e0d784 /news/ifmail | |
parent | 95776cd25c1f4f9a7a4a975fd6c165ae559dc920 (diff) | |
download | freebsd-ports-gnome-fd64cc1ce59cc2c7732d14183fbb09c1530a6fca.tar.gz freebsd-ports-gnome-fd64cc1ce59cc2c7732d14183fbb09c1530a6fca.tar.zst freebsd-ports-gnome-fd64cc1ce59cc2c7732d14183fbb09c1530a6fca.zip |
- Get rid of PERL and use SED
Diffstat (limited to 'news/ifmail')
-rw-r--r-- | news/ifmail/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/news/ifmail/Makefile b/news/ifmail/Makefile index 32bd80815e25..b83847383cef 100644 --- a/news/ifmail/Makefile +++ b/news/ifmail/Makefile @@ -19,8 +19,9 @@ MAN8= ifmail.8 iftoss.8 .if defined(IFMAIL_RUNAS) pre-configure: - @${PERL5} -pi -e "s/OWNER = ifmail/OWNER = ${IFMAIL_RUNAS}/" \ - ${WRKSRC}/CONFIG + @${MV} ${WRKSRC}/CONFIG ${WRKSRC}/CONFIG.sed + ${SED} -e "s/OWNER = ifmail/OWNER = ${IFMAIL_RUNAS}/" \ + ${WRKSRC}/CONFIG.sed > ${WRKSRC}/CONFIG .endif pre-install: |