diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-13 13:30:42 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-13 13:30:42 +0000 |
commit | bb34de42c0ccac8e962cab97e064965d23f081de (patch) | |
tree | dd40b82023ab94a6839b4f4d440c3cd5cab978ee /mail/sendmail811 | |
parent | 533c87fa4d98c0e6100d18f59559906241ed4230 (diff) |
Notes
Diffstat (limited to 'mail/sendmail811')
-rw-r--r-- | mail/sendmail811/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/sendmail811/Makefile b/mail/sendmail811/Makefile index 60b4b75851b3..79d73dec3cc0 100644 --- a/mail/sendmail811/Makefile +++ b/mail/sendmail811/Makefile @@ -111,9 +111,9 @@ pre-install: @${CAT} ${FILESDIR}/pkg-milter >>${PLIST} .endif .if !defined(NOPORTDOCS) - @cd ${WRKSRC} && find cf -type f | \ + @cd ${WRKSRC} && ${FIND} cf -type f | \ ${AWK} '{print "share/sendmail/" $$1}' >>${PLIST} - @cd ${WRKSRC} && find -d cf -type d | \ + @cd ${WRKSRC} && ${FIND} -d cf -type d | \ ${AWK} '{print "@dirrm share/sendmail/" $$1}' >>${PLIST} @${ECHO_CMD} "@dirrm share/sendmail" >>${PLIST} .for i in ${DOCS} |