diff options
author | dbj <dbj@pkgsrc.org> | 2015-02-14 07:25:57 +0000 |
---|---|---|
committer | dbj <dbj@pkgsrc.org> | 2015-02-14 07:25:57 +0000 |
commit | d36df0d94668b5036781abccd90a90dc701fbf1a (patch) | |
tree | b70d28efd603d12de4d59b7e2e77580cec213f72 /ham | |
parent | 191e2aebcb2d28f297f2e39baf7561e9b9105eec (diff) | |
download | pkgsrc-d36df0d94668b5036781abccd90a90dc701fbf1a.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 |