diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-10-02 16:40:40 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-10-02 16:40:40 +0000 |
commit | 43b2f3f94df4a6f3b0513887c30e33c73c967c16 (patch) | |
tree | 0d502420e832db5e27fe156fca9ded6815e0a2d1 /comms/hamlib | |
parent | 713822762c536e696b49f8ced5a70d52fd0a7467 (diff) |
Notes
Diffstat (limited to 'comms/hamlib')
-rw-r--r-- | comms/hamlib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/hamlib/Makefile b/comms/hamlib/Makefile index 67db7e77c388..da8dc2b539e2 100644 --- a/comms/hamlib/Makefile +++ b/comms/hamlib/Makefile @@ -30,7 +30,7 @@ PLIST_SUB= VER=${PORTVERSION} TCL_VER=${TCL_VER} MAN1= rigctl.1 rigmem.1 rigswr.1 rotctl.1 rigsmtr.1 MAN8= rpc.rigd.8 rpc.rotd.8 rigctld.8 rotctld.8 -LICENCE= LGPL20 +LICENSE= LGPL20 post-patch: ${REINPLACE_CMD} -e 's|%%PYTHON_SITELIBDIR%%|${PYTHON_SITELIBDIR}|g' \ |