From 604e5486dd9bf477676d0ce962d3201e6155b0cd Mon Sep 17 00:00:00 2001 From: sobomax Date: Thu, 28 Nov 2002 18:01:29 +0000 Subject: Fix installing reinstalling without cleaning WRKDIR first. Approved by: maintainer, portmgr --- mail/mutt14/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/mutt14') 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 -- cgit v1.1