aboutsummaryrefslogtreecommitdiff
path: root/editors/boiling-egg
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-20 08:09:27 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-20 08:09:27 +0000
commit56862d4ebeea05e059855c7c1323d262b57a6e6e (patch)
tree8d22048de2bb95514fa4567ad4f1739fef31fa2d /editors/boiling-egg
parent1191d56b7cddb0ee2b83bfd94ba499574f581163 (diff)
downloadports-56862d4ebeea05e059855c7c1323d262b57a6e6e.tar.gz
ports-56862d4ebeea05e059855c7c1323d262b57a6e6e.zip
Support staging
Notes
Notes: svn path=/head/; revision=345178
Diffstat (limited to 'editors/boiling-egg')
-rw-r--r--editors/boiling-egg/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/boiling-egg/Makefile b/editors/boiling-egg/Makefile
index b1f4a9056272..99fae8e9ce5a 100644
--- a/editors/boiling-egg/Makefile
+++ b/editors/boiling-egg/Makefile
@@ -19,9 +19,8 @@ NO_BUILD= yes
ELISPDIR= share/emacs/site-lisp
PLIST_SUB+= ELISPDIR=${ELISPDIR}
-NO_STAGE= yes
do-install:
- ${MKDIR} ${PREFIX}/${ELISPDIR}
- ${INSTALL_DATA} ${_DISTDIR}/${DISTNAME} ${PREFIX}/${ELISPDIR}
+ ${MKDIR} ${STAGEDIR}${PREFIX}/${ELISPDIR}
+ ${INSTALL_DATA} ${_DISTDIR}/${DISTNAME} ${STAGEDIR}${PREFIX}/${ELISPDIR}
.include <bsd.port.mk>