diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2015-02-27 16:30:40 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2015-02-27 16:30:40 +0000 |
commit | 23bb6e4584356367b2f174f514b73779e9b11d15 (patch) | |
tree | 1916b6a6f94f55bc65a92e4e4d01b57e479ca1ef /cad | |
parent | ec79aa9005aa8160b325bc32766609acebdfe6e0 (diff) |
Notes
Diffstat (limited to 'cad')
-rw-r--r-- | cad/electric-ng/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/electric-ng/Makefile b/cad/electric-ng/Makefile index 84484b4c4eea..2b4e738a5afb 100644 --- a/cad/electric-ng/Makefile +++ b/cad/electric-ng/Makefile @@ -42,7 +42,7 @@ J3DLIB= ${JAVA_HOME}/jre/lib/ext/j3dcore.jar PLUGINDIR= ${PREFIX}/libexec/${PORTNAME}${PKGNAMESUFFIX} DESKTOP_ENTRIES="Electric-NG" "${COMMENT}" "${PORTNAME}${PKGNAMESUFFIX}" \ - "${PORTNAME}${PKGNAMESUFFIX}" "Development;Electronics;Engineering;" ${FALSE} + "${PORTNAME}${PKGNAMESUFFIX}" "Development;Electronics;Engineering;" false .include <bsd.port.options.mk> |