diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-20 20:33:59 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-20 20:33:59 +0000 |
commit | d3ade374e754513d6f0bd1ea1029a76dbd7b45d7 (patch) | |
tree | 6b686d6774c667aa7016d140613f811656f1db90 /cad/dinotrace/Makefile | |
parent | d507da2f3237522ee1bfa35d8e913e779022f7e8 (diff) |
Notes
Diffstat (limited to 'cad/dinotrace/Makefile')
-rw-r--r-- | cad/dinotrace/Makefile | 6 |
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> |