diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2014-05-14 12:16:52 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2014-05-14 12:16:52 +0000 |
commit | cda519eb9fab6e16f4041ec9561ef876251478a1 (patch) | |
tree | 13c66de57d289427e198826a411b6bed777fc071 /textproc | |
parent | b75c7f298ee47c4c4c28964681e12c262da0e4dc (diff) | |
download | ports-cda519eb9fab6e16f4041ec9561ef876251478a1.tar.gz ports-cda519eb9fab6e16f4041ec9561ef876251478a1.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/markdown-mode.el/Makefile | 6 |
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> |