diff options
Diffstat (limited to 'editors/flim114-emacs20')
-rw-r--r-- | editors/flim114-emacs20/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/flim114-emacs20/Makefile b/editors/flim114-emacs20/Makefile index 61cc10f..26e5b8c 100644 --- a/editors/flim114-emacs20/Makefile +++ b/editors/flim114-emacs20/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/ |