aboutsummaryrefslogtreecommitdiff
path: root/textproc/markdown-mode.el
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2014-05-14 12:16:52 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2014-05-14 12:16:52 +0000
commitcda519eb9fab6e16f4041ec9561ef876251478a1 (patch)
tree13c66de57d289427e198826a411b6bed777fc071 /textproc/markdown-mode.el
parentb75c7f298ee47c4c4c28964681e12c262da0e4dc (diff)
downloadports-cda519eb9fab6e16f4041ec9561ef876251478a1.tar.gz
ports-cda519eb9fab6e16f4041ec9561ef876251478a1.zip
Notes
Diffstat (limited to 'textproc/markdown-mode.el')
-rw-r--r--textproc/markdown-mode.el/Makefile6
1 files changed, 1 insertions, 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 <bsd.port.mk>