aboutsummaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-01-20 20:33:59 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-01-20 20:33:59 +0000
commitd3ade374e754513d6f0bd1ea1029a76dbd7b45d7 (patch)
tree6b686d6774c667aa7016d140613f811656f1db90 /cad
parentd507da2f3237522ee1bfa35d8e913e779022f7e8 (diff)
downloadports-d3ade374e754513d6f0bd1ea1029a76dbd7b45d7.tar.gz
ports-d3ade374e754513d6f0bd1ea1029a76dbd7b45d7.zip
Stage support
Notes
Notes: svn path=/head/; revision=340466
Diffstat (limited to 'cad')
-rw-r--r--cad/dinotrace/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/cad/dinotrace/Makefile b/cad/dinotrace/Makefile
index cd509d8901d2..2965a95d37aa 100644
--- a/cad/dinotrace/Makefile
+++ b/cad/dinotrace/Makefile
@@ -23,7 +23,6 @@ GNU_CONFIGURE= yes
INFO= dinotrace
PLIST_FILES= bin/dinotrace
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MEMACS}
@@ -40,11 +39,10 @@ post-patch:
post-install:
.if ${PORT_OPTIONS:MEMACS}
- @${MKDIR} ${PREFIX}/${EMACS_SITE_LISPDIR}
+ @${MKDIR} ${STAGEDIR}${PREFIX}/${EMACS_SITE_LISPDIR}
.for F in dinotrace.el sim-log.el
- ${INSTALL_DATA} ${WRKSRC}/lisp/${F} ${PREFIX}/${EMACS_SITE_LISPDIR}
+ ${INSTALL_DATA} ${WRKSRC}/lisp/${F} ${STAGEDIR}${PREFIX}/${EMACS_SITE_LISPDIR}
.endfor
- @${CAT} ${PKGMESSAGE}
.endif
.include <bsd.port.mk>