summaryrefslogtreecommitdiff
path: root/mail/mutt
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-10-08 02:35:51 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-10-08 02:35:51 +0000
commit06049e8ad59b6d43058b57fd05fb3b42793a8e85 (patch)
treec862e71407ea7afd92ce4088f1badc0e92acca22 /mail/mutt
parentRename PLIST.{a,b,ja} to pkg-plist.{a,b,ja}. (PLIST.ja is actually (diff)
Rename PLIST.htmlfiles to pkg-plist.htmlfiles.
Notes
Notes: svn path=/head/; revision=33525
Diffstat (limited to 'mail/mutt')
-rw-r--r--mail/mutt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile
index 4a389e1cc66d..f65873e48395 100644
--- a/mail/mutt/Makefile
+++ b/mail/mutt/Makefile
@@ -94,8 +94,8 @@ post-build:
.if defined(WITH_DOCS)
PLIST:= ${WRKDIR}/PLIST
pre-install:
- @${CAT} ${PKGDIR}/PLIST.htmlfiles >> ${PLIST}
- @${CAT} ${PKGDIR}/PLIST >> ${PLIST}
+ @${CAT} ${PKGDIR}/pkg-plist.htmlfiles >> ${PLIST}
+ @${CAT} ${PKGDIR}/pkg-plist >> ${PLIST}
.endif
.endif