diff options
author | matusita <matusita@FreeBSD.org> | 2009-10-21 10:35:13 +0800 |
---|---|---|
committer | matusita <matusita@FreeBSD.org> | 2009-10-21 10:35:13 +0800 |
commit | e5a0a3f5bc1cd903c2e86fdba8b2286a70789acf (patch) | |
tree | 72a09f98068e8b9028d39c52b5f4678b4a5a3094 /mail | |
parent | 2884740863bd091a692aaa28ba55af4d53020a50 (diff) | |
download | freebsd-ports-gnome-e5a0a3f5bc1cd903c2e86fdba8b2286a70789acf.tar.gz freebsd-ports-gnome-e5a0a3f5bc1cd903c2e86fdba8b2286a70789acf.tar.zst freebsd-ports-gnome-e5a0a3f5bc1cd903c2e86fdba8b2286a70789acf.zip |
Use -i option instead of -I since 6.x sed doesn't have this option.
No bumps since package contents is not changed.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/popfile/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/popfile/Makefile b/mail/popfile/Makefile index b4945c6ddc4d..a8f2305d9f07 100644 --- a/mail/popfile/Makefile +++ b/mail/popfile/Makefile @@ -80,7 +80,7 @@ pre-fetch: post-patch: ${CHMOD} +x ${WRKSRC}/popfile.pl - ${REINPLACE_CMD} -I '' -e "s,^#!/usr/bin/perl
$$,#!${PERL}," ${WRKSRC}/popfile.pl + ${REINPLACE_CMD} -i '' -e "s,^#!/usr/bin/perl
$$,#!${PERL}," ${WRKSRC}/popfile.pl ${FIND} ${PATCH_WRKSRC} -name '*.orig' -delete do-install: |