diff options
-rw-r--r-- | mail/mutt-devel/Makefile | 4 | ||||
-rw-r--r-- | mail/mutt/Makefile | 4 | ||||
-rw-r--r-- | mail/mutt14/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile index 4a389e1..f65873e 100644 --- a/mail/mutt-devel/Makefile +++ b/mail/mutt-devel/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 diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 4a389e1..f65873e 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 diff --git a/mail/mutt14/Makefile b/mail/mutt14/Makefile index 4a389e1..f65873e 100644 --- a/mail/mutt14/Makefile +++ b/mail/mutt14/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 |