aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2014-05-14 20:16:52 +0800
committerolgeni <olgeni@FreeBSD.org>2014-05-14 20:16:52 +0800
commitf81e650799005c14d262dd6ff3c22c0e7d0d0388 (patch)
tree13c66de57d289427e198826a411b6bed777fc071 /textproc
parentca59cd165d01251f5525ce83e9b85a0bb25ad5f1 (diff)
downloadfreebsd-ports-graphics-f81e650799005c14d262dd6ff3c22c0e7d0d0388.tar.gz
freebsd-ports-graphics-f81e650799005c14d262dd6ff3c22c0e7d0d0388.tar.zst
freebsd-ports-graphics-f81e650799005c14d262dd6ff3c22c0e7d0d0388.zip
Add staging support.
Diffstat (limited to 'textproc')
-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 1c5af116a8b..cb4623ebe37 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>