diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-11-29 02:01:29 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-11-29 02:01:29 +0800 |
commit | 604e5486dd9bf477676d0ce962d3201e6155b0cd (patch) | |
tree | a66bf1a69eb64a40958f04f21992652f8be7e752 /mail/mutt14 | |
parent | 55ba5979d2b8572977bf0e07e016111eae685e32 (diff) | |
download | freebsd-ports-graphics-604e5486dd9bf477676d0ce962d3201e6155b0cd.tar.gz freebsd-ports-graphics-604e5486dd9bf477676d0ce962d3201e6155b0cd.tar.zst freebsd-ports-graphics-604e5486dd9bf477676d0ce962d3201e6155b0cd.zip |
Fix installing reinstalling without cleaning WRKDIR first.
Approved by: maintainer, portmgr
Diffstat (limited to 'mail/mutt14')
-rw-r--r-- | mail/mutt14/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mutt14/Makefile b/mail/mutt14/Makefile index 948ecd20c95..6ffbf435999 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 |