diff options
author | asami <asami@FreeBSD.org> | 2000-10-08 02:35:51 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-08 02:35:51 +0000 |
commit | 501a1f41c9b8484f6257ff1d6cad8c447288ab74 (patch) | |
tree | 8ac50131df0c43a4aef304e74a8a42422fae9fe7 /mail/mutt | |
parent | 4a877aa5b039ecb448e837a81b7fa2dab7a424b2 (diff) | |
download | FreeBSD-ports-501a1f41c9b8484f6257ff1d6cad8c447288ab74.zip FreeBSD-ports-501a1f41c9b8484f6257ff1d6cad8c447288ab74.tar.gz |
Rename PLIST.htmlfiles to pkg-plist.htmlfiles.
Diffstat (limited to 'mail/mutt')
-rw-r--r-- | mail/mutt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |