summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--deskutils/nemo-extensions/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/nemo-extensions/Makefile b/deskutils/nemo-extensions/Makefile
index 3245d8cdf..9373f9d5a 100644
--- a/deskutils/nemo-extensions/Makefile
+++ b/deskutils/nemo-extensions/Makefile
@@ -76,7 +76,7 @@ do-build:
do-install:
.for i in ${NON_AUTO_EXTENSIONS} ${AUTO_EXTENSIONS}
- cd ${WRKSRC}/${i} && ${GMAKE} install
+ cd ${WRKSRC}/${i} && DESTDIR=${STAGEDIR} ${GMAKE} install
.endfor
.include <bsd.port.mk>