1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/sysutils/mkntpwd/Makefile
Jimmy Olgeni fa3a17c064 Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Categories P-S.

CR:		D422
Approved by:	portmgr (bapt)
2014-07-17 08:57:51 +00:00

24 lines
474 B
Makefile

# Created by: Jyun-Yan You <jyyou@cs.nctu.edu.tw>
# $FreeBSD$
PORTNAME= mkntpwd
PORTVERSION= 1.0
CATEGORIES= sysutils net
MASTER_SITES= SF
MASTER_SITE_SUBDIR= ldaputils/Contrib/mkntpwd
DISTNAME= ${PORTNAME}
MAINTAINER= pcTA@cs.nctu.edu.tw
COMMENT= Utility to create Samba password hashes
NO_WRKSUBDIR= yes
PLIST_FILES= bin/mkntpwd
LICENSE= GPLv2 BSD
LICENSE_COMB= multi
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mkntpwd ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>