diff options
Diffstat (limited to 'editors/wemi-emacs/Makefile')
-rw-r--r-- | editors/wemi-emacs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/wemi-emacs/Makefile b/editors/wemi-emacs/Makefile index e00d625..050d935 100644 --- a/editors/wemi-emacs/Makefile +++ b/editors/wemi-emacs/Makefile @@ -196,7 +196,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/ |