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 | e64b269c74ef04f67a851efa1e98a384132163f2 (diff) | |
download | ports-2301f5395ac11bea9a0b344e261c19763d8c6b3c.tar.gz ports-2301f5395ac11bea9a0b344e261c19763d8c6b3c.zip |
Notes
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 |