diff options
author | dbj <dbj> | 2015-02-14 07:25:57 +0000 |
---|---|---|
committer | dbj <dbj> | 2015-02-14 07:25:57 +0000 |
commit | 0f1e9d6cb5fc1207e02d68956904582074e107e8 (patch) | |
tree | b70d28efd603d12de4d59b7e2e77580cec213f72 /ham | |
parent | 57289d3aebd0b020edb8a975deef6a977ecdea52 (diff) | |
download | pkgsrc-0f1e9d6cb5fc1207e02d68956904582074e107e8.tar.gz |
fix trivial typo in comment
Diffstat (limited to 'ham')
-rw-r--r-- | ham/libmirisdr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ham/libmirisdr/Makefile b/ham/libmirisdr/Makefile index 6e3abc94876..4ba989c7e5b 100644 --- a/ham/libmirisdr/Makefile +++ b/ham/libmirisdr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2015/01/26 07:16:36 dbj Exp $ +# $NetBSD: Makefile,v 1.7 2015/02/14 07:25:57 dbj Exp $ PKGNAME= libmirisdr-0.1 PKGREVISION= 2 @@ -19,7 +19,7 @@ USE_CMAKE= yes # Suppress warning for developer CMAKE_ARGS+= -Wno-dev -# Fix the shared libarary patchlevel +# Fix the shared library patchlevel SHLIBPATCHLEVEL= 0 PLIST_SUBST+= SHLIBPATCHLEVEL=${SHLIBPATCHLEVEL:U0} SUBST_CLASSES+= patchlevel |