diff options
author | gahr <gahr@FreeBSD.org> | 2014-02-18 00:39:00 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2014-02-18 00:39:00 +0800 |
commit | b35f4bdefdb34b89121c1123a874de1aab8e441f (patch) | |
tree | eae601e85fca8bb731d7d9bba73ccbe59a0a8e21 /net/trickle | |
parent | aa3d7a220f1d581a5aa2de8737ea5dbae7ddc521 (diff) | |
download | freebsd-ports-gnome-b35f4bdefdb34b89121c1123a874de1aab8e441f.tar.gz freebsd-ports-gnome-b35f4bdefdb34b89121c1123a874de1aab8e441f.tar.zst freebsd-ports-gnome-b35f4bdefdb34b89121c1123a874de1aab8e441f.zip |
- Add missing STAGEDIR
Reported by: bdrewery
Diffstat (limited to 'net/trickle')
-rw-r--r-- | net/trickle/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/trickle/Makefile b/net/trickle/Makefile index d0209334ec56..0f642e36f57a 100644 --- a/net/trickle/Makefile +++ b/net/trickle/Makefile @@ -28,7 +28,7 @@ CPPFLAGS+= -I${LOCALBASE}/include PORTDOCS= * post-install: ${INSTALL_DATA} ${FILESDIR}/trickled.conf ${STAGEDIR}${PREFIX}/etc/trickled.conf.default - @${MKDIR} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> |