pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/snownews



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jan  4 16:08:51 UTC 2017

Modified Files:
        pkgsrc/www/snownews: options.mk

Log Message:
Fix typo.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/snownews/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/snownews/options.mk
diff -u pkgsrc/www/snownews/options.mk:1.6 pkgsrc/www/snownews/options.mk:1.7
--- pkgsrc/www/snownews/options.mk:1.6  Wed Jan  4 15:53:56 2017
+++ pkgsrc/www/snownews/options.mk      Wed Jan  4 16:08:51 2017
@@ -1,10 +1,10 @@
-# $NetBSD: options.mk,v 1.6 2017/01/04 15:53:56 roy Exp $
+# $NetBSD: options.mk,v 1.7 2017/01/04 16:08:51 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.snownews
 
 PKG_OPTIONS_REQUIRED_GROUPS=   screen
 PKG_OPTIONS_GROUP.screen=      curses wide-curses
-PLG_OPTIONS_LEGACY_OPTS+=      ncurses:curses ncursesw:wide-curses
+PKG_OPTIONS_LEGACY_OPTS+=      ncurses:curses ncursesw:wide-curses
 
 PKG_SUGGESTED_OPTIONS= curses
 



Home | Main Index | Thread Index | Old Index