aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-11-28 18:01:29 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-11-28 18:01:29 +0000
commit2301f5395ac11bea9a0b344e261c19763d8c6b3c (patch)
tree674907ac61eaee45dd4819b576021ff02b1294d9 /mail
parente64b269c74ef04f67a851efa1e98a384132163f2 (diff)
downloadports-2301f5395ac11bea9a0b344e261c19763d8c6b3c.tar.gz
ports-2301f5395ac11bea9a0b344e261c19763d8c6b3c.zip
Notes
Diffstat (limited to 'mail')
-rw-r--r--mail/mutt/Makefile2
-rw-r--r--mail/mutt14/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile
index 948ecd20c95a..6ffbf4359994 100644
--- a/mail/mutt/Makefile
+++ b/mail/mutt/Makefile
@@ -103,7 +103,7 @@ post-build:
.if defined(WITH_SGML_DOCS) && ${WITH_SGML_DOCS} != "no"
PLIST:= ${WRKDIR}/PLIST
pre-install:
- @${CAT} ${PKGDIR}/pkg-plist.htmlfiles >> ${PLIST}
+ @${CAT} ${PKGDIR}/pkg-plist.htmlfiles > ${PLIST}
@${CAT} ${PKGDIR}/pkg-plist >> ${PLIST}
.endif
.endif
diff --git a/mail/mutt14/Makefile b/mail/mutt14/Makefile
index 948ecd20c95a..6ffbf4359994 100644
--- a/mail/mutt14/Makefile
+++ b/mail/mutt14/Makefile
@@ -103,7 +103,7 @@ post-build:
.if defined(WITH_SGML_DOCS) && ${WITH_SGML_DOCS} != "no"
PLIST:= ${WRKDIR}/PLIST
pre-install:
- @${CAT} ${PKGDIR}/pkg-plist.htmlfiles >> ${PLIST}
+ @${CAT} ${PKGDIR}/pkg-plist.htmlfiles > ${PLIST}
@${CAT} ${PKGDIR}/pkg-plist >> ${PLIST}
.endif
.endif