diff options
author | jadawin <jadawin@FreeBSD.org> | 2016-05-31 22:19:05 +0800 |
---|---|---|
committer | jadawin <jadawin@FreeBSD.org> | 2016-05-31 22:19:05 +0800 |
commit | 841058310773f0271e27311bce509fbd0cedbca2 (patch) | |
tree | 7ac37f6a751633998901c670c62925affbc64f1c /net | |
parent | 1561c71c95924a255b1a40c290cec164409358ca (diff) | |
download | freebsd-ports-gnome-841058310773f0271e27311bce509fbd0cedbca2.tar.gz freebsd-ports-gnome-841058310773f0271e27311bce509fbd0cedbca2.tar.zst freebsd-ports-gnome-841058310773f0271e27311bce509fbd0cedbca2.zip |
- Unbreak Index
Pointyhat: myself
Diffstat (limited to 'net')
-rw-r--r-- | net/spoofer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/spoofer/Makefile b/net/spoofer/Makefile index b7fe29dcf791..f6e3ce9144b5 100644 --- a/net/spoofer/Makefile +++ b/net/spoofer/Makefile @@ -34,7 +34,7 @@ CONFIGURE_ARGS+= --disable-manager .endif do-install-DOCS-on: -${MKDIR} ${STAGEDIR}${DOCSDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor |