diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-21 13:36:12 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-21 13:36:12 +0000 |
commit | ac912d043d32252e75b9a79e68f7ffd1717eacd3 (patch) | |
tree | c57028b684f90e9d55f0823dd0fbdaa2a745b384 /devel/libvirt-java | |
parent | 7f58dfe7c3ae609101124033c1c1794ab84fc05b (diff) | |
download | ports-ac912d043d32252e75b9a79e68f7ffd1717eacd3.tar.gz ports-ac912d043d32252e75b9a79e68f7ffd1717eacd3.zip |
Notes
Diffstat (limited to 'devel/libvirt-java')
-rw-r--r-- | devel/libvirt-java/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libvirt-java/Makefile b/devel/libvirt-java/Makefile index fda4d6754ada..2db0b8bf02da 100644 --- a/devel/libvirt-java/Makefile +++ b/devel/libvirt-java/Makefile @@ -30,7 +30,7 @@ post-patch: @${REINPLACE_CMD} -e 's|/usr/share/java|${JAVAJARDIR}|' \ ${WRKSRC}/build.properties -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS .include <bsd.port.options.mk> |