diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-13 03:24:34 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-13 03:24:34 +0800 |
commit | 0e688458a075b57e946f57b258a0d1fd555fb14e (patch) | |
tree | 9de2f51817231a426e5efed64dc9f54e49969284 /net/corkscrew | |
parent | 30197847e0f848102332c64c5f3f14d423baa780 (diff) | |
download | freebsd-ports-gnome-0e688458a075b57e946f57b258a0d1fd555fb14e.tar.gz freebsd-ports-gnome-0e688458a075b57e946f57b258a0d1fd555fb14e.tar.zst freebsd-ports-gnome-0e688458a075b57e946f57b258a0d1fd555fb14e.zip |
Now that this port is staged and DOCS defined we can stop testing for DOCS in
any install target.
Diffstat (limited to 'net/corkscrew')
-rw-r--r-- | net/corkscrew/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/corkscrew/Makefile b/net/corkscrew/Makefile index 961927179294..e3ae684f39ac 100644 --- a/net/corkscrew/Makefile +++ b/net/corkscrew/Makefile @@ -20,11 +20,9 @@ OPTIONS_DEFINE= DOCS .include <bsd.port.options.mk> post-install: -.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} .for file in NEWS README TODO ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR} .endfor -.endif .include <bsd.port.mk> |