diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-19 17:12:03 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-19 17:12:03 +0800 |
commit | 600b0c86d68f30be1124f79c96d5cde3369f300f (patch) | |
tree | 3b3d905deea08e9def5d2f1ee3069631d616c1f5 /devel/jech-dht | |
parent | 72b8c4c5a663043a47d40e2ca9e9e62ca6abb8fa (diff) | |
download | freebsd-ports-gnome-600b0c86d68f30be1124f79c96d5cde3369f300f.tar.gz freebsd-ports-gnome-600b0c86d68f30be1124f79c96d5cde3369f300f.tar.zst freebsd-ports-gnome-600b0c86d68f30be1124f79c96d5cde3369f300f.zip |
Support staging
Diffstat (limited to 'devel/jech-dht')
-rw-r--r-- | devel/jech-dht/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/jech-dht/Makefile b/devel/jech-dht/Makefile index 30a73e394ae4..2d2697464d33 100644 --- a/devel/jech-dht/Makefile +++ b/devel/jech-dht/Makefile @@ -14,8 +14,7 @@ LICENSE= MIT MAKEFILE= ${FILESDIR}/BSDmakefile USE_LDCONFIG= yes -NO_STAGE= yes pre-su-install: - ${MKDIR} ${PREFIX}/include/dht + ${MKDIR} ${STAGEDIR}${PREFIX}/include/dht .include <bsd.port.mk> |