aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p4.el
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-02-26 14:57:14 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-02-26 14:57:14 +0800
commit2b4085a1a634f2dc1064890e88cc515c8f760dae (patch)
treea3fda8c47dfdae964230e9485d24b1181efcb8fa /devel/p4.el
parentfc0b672eec30461e3e62a828e5cb5946ad570a9f (diff)
downloadfreebsd-ports-gnome-2b4085a1a634f2dc1064890e88cc515c8f760dae.tar.gz
freebsd-ports-gnome-2b4085a1a634f2dc1064890e88cc515c8f760dae.tar.zst
freebsd-ports-gnome-2b4085a1a634f2dc1064890e88cc515c8f760dae.zip
Support staging
Diffstat (limited to 'devel/p4.el')
-rw-r--r--devel/p4.el/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/devel/p4.el/Makefile b/devel/p4.el/Makefile
index dc31fe1ec4dc..e004db0629a9 100644
--- a/devel/p4.el/Makefile
+++ b/devel/p4.el/Makefile
@@ -18,11 +18,10 @@ NO_WRKSUBDIR= yes
EMACSLISPDIR= ${PREFIX}/share/emacs/site-lisp
XEMACSLISPDIR= ${PREFIX}/lib/xemacs/site-lisp
-NO_STAGE= yes
do-install:
- ${MKDIR} ${EMACSLISPDIR}
- ${INSTALL_DATA} ${WRKSRC}/p4.el ${EMACSLISPDIR}/
- ${MKDIR} ${XEMACSLISPDIR}
- ${LN} -sf ${EMACSLISPDIR}/p4.el ${XEMACSLISPDIR}
+ ${MKDIR} ${STAGEDIR}${EMACSLISPDIR}
+ ${INSTALL_DATA} ${WRKSRC}/p4.el ${STAGEDIR}${EMACSLISPDIR}
+ ${MKDIR} ${STAGEDIR}${XEMACSLISPDIR}
+ ${LN} -sf p4.el ${STAGEDIR}${XEMACSLISPDIR}
.include <bsd.port.mk>