diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-11-28 18:01:29 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-11-28 18:01:29 +0000 |
commit | 604e5486dd9bf477676d0ce962d3201e6155b0cd (patch) | |
tree | a66bf1a69eb64a40958f04f21992652f8be7e752 | |
parent | 55ba5979d2b8572977bf0e07e016111eae685e32 (diff) | |
download | FreeBSD-ports-604e5486dd9bf477676d0ce962d3201e6155b0cd.zip FreeBSD-ports-604e5486dd9bf477676d0ce962d3201e6155b0cd.tar.gz |
Fix installing reinstalling without cleaning WRKDIR first.
Approved by: maintainer, portmgr
-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 948ecd2..6ffbf43 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 948ecd2..6ffbf43 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 |