From cda519eb9fab6e16f4041ec9561ef876251478a1 Mon Sep 17 00:00:00 2001 From: Jimmy Olgeni Date: Wed, 14 May 2014 12:16:52 +0000 Subject: [PATCH] Add staging support. --- textproc/markdown-mode.el/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/textproc/markdown-mode.el/Makefile b/textproc/markdown-mode.el/Makefile index 1c5af116a8b2..cb4623ebe37e 100644 --- a/textproc/markdown-mode.el/Makefile +++ b/textproc/markdown-mode.el/Makefile @@ -20,12 +20,8 @@ USE_EMACS= yes PLIST_FILES= ${EMACS_SITE_LISPDIR}/markdown-mode.el -NO_STAGE= yes do-install: @${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME} \ - ${PREFIX}/${EMACS_SITE_LISPDIR}/markdown-mode.el - -post-install: - @${CAT} ${PKGMESSAGE} + ${STAGEDIR}${PREFIX}/${EMACS_SITE_LISPDIR}/markdown-mode.el .include