diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-28 02:17:34 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-28 02:17:34 +0000 |
commit | 8d6f14a9b2d73e9a9cbd3f785b162547d769b53a (patch) | |
tree | 90ea645cc70e1ef2db1513c426e5aeb6eb33f840 /mail/poppassd | |
parent | af5f314286ac9e406765f8c4bdc4a1cad6826c8e (diff) |
Notes
Diffstat (limited to 'mail/poppassd')
-rw-r--r-- | mail/poppassd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/poppassd/Makefile b/mail/poppassd/Makefile index 23001c10e7e9..eb37874e2c1d 100644 --- a/mail/poppassd/Makefile +++ b/mail/poppassd/Makefile @@ -16,7 +16,7 @@ MAINTAINER= andrew@ugh.net.au EXTRACT_CMD= /bin/cat EXTRACT_SUFX= EXTRACT_BEFORE_ARGS= -EXTRACT_AFTER_ARGS= | /usr/bin/sed -e '1,16d' | ${SH} +EXTRACT_AFTER_ARGS= | ${SED} -e '1,16d' | ${SH} WRKSRC= ${WRKDIR}/poppassd ALL_TARGET= poppassd MAN8= poppassd.8 |