diff options
Diffstat (limited to 'editors/flim113/Makefile')
-rw-r--r-- | editors/flim113/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/flim113/Makefile b/editors/flim113/Makefile index 61cc10fc34d6..26e5b8c0ff42 100644 --- a/editors/flim113/Makefile +++ b/editors/flim113/Makefile @@ -204,7 +204,7 @@ info-package-install: manifest-install: @${RM} -f ${WRKDIR}/${MANIFEST} - @${CAT} ${PKGDIR}/PLIST | ${GREP} -e "^%%EMACS_PACKAGESDIR%%" | \ + @${CAT} ${PLIST} | ${GREP} -e "^%%EMACS_PACKAGESDIR%%" | \ ${SED} -e "s;^%%EMACS_PACKAGESDIR%%/;;" > ${WRKDIR}/${MANIFEST} @${INSTALL_DATA} ${WRKDIR}/${MANIFEST} \ ${LOCALBASE}/${EMACS_PACKAGESDIR}/pkginfo/ |