aboutsummaryrefslogtreecommitdiff
path: root/editors/paredit-mode.el
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2014-05-14 12:09:16 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2014-05-14 12:09:16 +0000
commit7e160d2e1952df144852715749ac62d5f7db4d78 (patch)
tree5ef8d29c3a9380efe49cd31ddd2b26a2284d39c5 /editors/paredit-mode.el
parent82249b213582239e3948f4f7beff80cf23a472e0 (diff)
downloadports-7e160d2e1952df144852715749ac62d5f7db4d78.tar.gz
ports-7e160d2e1952df144852715749ac62d5f7db4d78.zip
Add staging support.
Notes
Notes: svn path=/head/; revision=354043
Diffstat (limited to 'editors/paredit-mode.el')
-rw-r--r--editors/paredit-mode.el/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/editors/paredit-mode.el/Makefile b/editors/paredit-mode.el/Makefile
index 59c870f9f36d..203a5ae4f738 100644
--- a/editors/paredit-mode.el/Makefile
+++ b/editors/paredit-mode.el/Makefile
@@ -17,11 +17,7 @@ NO_BUILD= yes
PLIST_FILES= %%EMACS_SITE_LISPDIR%%/paredit.el
-NO_STAGE= yes
do-install:
- @${INSTALL_DATA} ${DISTDIR}/${DISTNAME} ${PREFIX}/${EMACS_SITE_LISPDIR}/paredit.el
-
-post-install:
- @${CAT} ${PKGMESSAGE}
+ ${INSTALL_DATA} ${DISTDIR}/${DISTNAME} ${STAGEDIR}${PREFIX}/${EMACS_SITE_LISPDIR}/paredit.el
.include <bsd.port.mk>