diff options
author | antoine <antoine@FreeBSD.org> | 2014-01-21 04:33:59 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-01-21 04:33:59 +0800 |
commit | 9d6f35416217e4bf84a958f3db6e75d6a9d364cb (patch) | |
tree | 6b686d6774c667aa7016d140613f811656f1db90 /cad | |
parent | 4246ebdb752c079118cda620be8b4211f089373b (diff) | |
download | freebsd-ports-gnome-9d6f35416217e4bf84a958f3db6e75d6a9d364cb.tar.gz freebsd-ports-gnome-9d6f35416217e4bf84a958f3db6e75d6a9d364cb.tar.zst freebsd-ports-gnome-9d6f35416217e4bf84a958f3db6e75d6a9d364cb.zip |
Stage support
Diffstat (limited to 'cad')
-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> |