summaryrefslogtreecommitdiffstats
path: root/deskutils/nemo-extensions
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2014-01-22 01:08:01 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2014-01-22 01:08:01 +0800
commit1f6f2aeaf0dfb822380d9779ebb107086b308c60 (patch)
tree5438f3b0f35f4dbec92916a776dd7e8e9418d3ae /deskutils/nemo-extensions
parenta1dc004e34edc7a1a1e4ea97729324bee8e3815c (diff)
downloadmarcuscom-ports-1f6f2aeaf0dfb822380d9779ebb107086b308c60.tar
marcuscom-ports-1f6f2aeaf0dfb822380d9779ebb107086b308c60.tar.gz
marcuscom-ports-1f6f2aeaf0dfb822380d9779ebb107086b308c60.tar.bz2
marcuscom-ports-1f6f2aeaf0dfb822380d9779ebb107086b308c60.tar.lz
marcuscom-ports-1f6f2aeaf0dfb822380d9779ebb107086b308c60.tar.xz
marcuscom-ports-1f6f2aeaf0dfb822380d9779ebb107086b308c60.tar.zst
marcuscom-ports-1f6f2aeaf0dfb822380d9779ebb107086b308c60.zip
Fix package.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18986 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils/nemo-extensions')
-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>