4cba1243fb
doesn't crash on common configuration. Fixes PR 24982 by Gary Duzan. Also, silently try to delete the configuration directory not to wipe the user's configuration when updating the package. Finally, mark this package as NetBSD and SunOS only, since it will fail on other platforms by lack of default configuration. Bump PKGREVISION.
7 lines
238 B
Text
7 lines
238 B
Text
@comment $NetBSD: PLIST,v 1.4 2004/04/07 13:56:43 cube Exp $
|
|
bin/inews
|
|
include/nntp.h
|
|
lib/libnntpclnt.a
|
|
man/man3/nntpclnt.3
|
|
@exec ${MKDIR} ${PKG_SYSCONFDIR} 2>/dev/null || ${TRUE}
|
|
@unexec ${RMDIR} ${PKG_SYSCONFDIR} 2>/dev/null || ${TRUE}
|