summaryrefslogtreecommitdiff
path: root/mail/mutt14
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/mutt14
parentAdd a couple of patches for 5.0 to begin with. (diff)
Fix installing reinstalling without cleaning WRKDIR first.
Approved by: maintainer, portmgr
Notes
Notes: svn path=/head/; revision=71213
Diffstat (limited to 'mail/mutt14')
-rw-r--r--mail/mutt14/Makefile2
1 files changed, 1 insertions, 1 deletions
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