Remove useless V variable.

s/are/is in DESCR.
This commit is contained in:
ajacoutot 2011-01-19 12:09:04 +00:00
parent aef236cbb8
commit a063522b5f
2 changed files with 5 additions and 4 deletions

View File

@ -1,13 +1,14 @@
# $OpenBSD: Makefile,v 1.2 2011/01/17 22:03:48 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.3 2011/01/19 12:09:04 ajacoutot Exp $
COMMENT= dummy Pluggable Authentication Modules (PAM)
SHARED_LIBS+= pam 5.0
V= 20110117
DISTNAME= libdpam-${V}
DISTNAME= libdpam-20110117
CATEGORIES= security
REVISION= 0
MAINTAINER= Robert Nagy <robert@openbsd.org>
HOMEPAGE= http://blade2k.humppa.hu/libdpam/

View File

@ -1,3 +1,3 @@
libdpam is a stipped down version of OpenPAM and serves as a
"wrapper" for bsd_auth(3), therefore using external modules
are not supported.
is not supported.