diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-11-28 18:01:29 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-11-28 18:01:29 +0000 |
commit | 2301f5395ac11bea9a0b344e261c19763d8c6b3c (patch) | |
tree | 674907ac61eaee45dd4819b576021ff02b1294d9 /mail | |
parent | Add a couple of patches for 5.0 to begin with. (diff) |
Fix installing reinstalling without cleaning WRKDIR first.
Approved by: maintainer, portmgr
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mutt/Makefile | 2 | ||||
-rw-r--r-- | mail/mutt14/Makefile | 2 |
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 |