diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2014-02-06 20:15:32 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2014-02-06 20:15:32 +0000 |
commit | 3b95fc04db5607894af6c4f97d75a124c807c4c7 (patch) | |
tree | 493ab581ae6ffbed375cd41612622a5fbbc355c4 /textproc/yaml-mode.el | |
parent | 3e3b09223ae4334fc02ff1ad2bf520e5edac9885 (diff) | |
download | ports-3b95fc04db5607894af6c4f97d75a124c807c4c7.tar.gz ports-3b95fc04db5607894af6c4f97d75a124c807c4c7.zip |
Notes
Diffstat (limited to 'textproc/yaml-mode.el')
-rw-r--r-- | textproc/yaml-mode.el/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/textproc/yaml-mode.el/Makefile b/textproc/yaml-mode.el/Makefile index 65b3917b2d5b..a8ad97f4bbc0 100644 --- a/textproc/yaml-mode.el/Makefile +++ b/textproc/yaml-mode.el/Makefile @@ -21,20 +21,17 @@ USE_EMACS= yes MAKE_ENV+= LISPDIR=${LISPDIR} -LISPDIR= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR} +LISPDIR= ${STAGEDIR}${PREFIX}/${EMACS_VERSION_SITE_LISPDIR} OPTIONS_DEFINE= DOCS -NO_STAGE= yes -.include <bsd.port.options.mk> +pre-install: + ${MKDIR} ${LISPDIR} post-install: -.if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} .for file in Changes README - ${INSTALL_MAN} ${WRKSRC}/${file} ${DOCSDIR} + ${INSTALL_MAN} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR} .endfor -.endif - @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> |