aboutsummaryrefslogtreecommitdiff
path: root/mail/mutt
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/mutt
parente64b269c74ef04f67a851efa1e98a384132163f2 (diff)
downloadports-2301f5395ac11bea9a0b344e261c19763d8c6b3c.tar.gz
ports-2301f5395ac11bea9a0b344e261c19763d8c6b3c.zip
Fix installing reinstalling without cleaning WRKDIR first.
Approved by: maintainer, portmgr
Notes
Notes: svn path=/head/; revision=71213
Diffstat (limited to 'mail/mutt')
-rw-r--r--mail/mutt/Makefile2
1 files changed, 1 insertions, 1 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