svn commit: r515720 - head/sysutils/enteruser

Mateusz Piotrowski 0mp at FreeBSD.org
Sat Oct 26 18:02:24 UTC 2019


Author: 0mp
Date: Sat Oct 26 18:02:23 2019
New Revision: 515720
URL: https://svnweb.freebsd.org/changeset/ports/515720

Log:
  Take maintainership & clean up
  
  - Pet linters
  - Set LICENSE
  - Update WWW

Modified:
  head/sysutils/enteruser/Makefile
  head/sysutils/enteruser/pkg-descr

Modified: head/sysutils/enteruser/Makefile
==============================================================================
--- head/sysutils/enteruser/Makefile	Sat Oct 26 17:47:05 2019	(r515719)
+++ head/sysutils/enteruser/Makefile	Sat Oct 26 18:02:23 2019	(r515720)
@@ -9,21 +9,24 @@ DISTNAME=	enteruser
 EXTRACT_SUFX=	# empty
 EXTRACT_ONLY=	# empty
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	0mp at FreeBSD.org
 COMMENT=	Extensible script for adding new users
 
-USES=		shebangfix perl5
-NO_WRKSUBDIR=	yes
-NO_BUILD=	yes
+LICENSE=	BSD2CLAUSE
 
+USES=		perl5 shebangfix
 SHEBANG_FILES=	enteruser
 
+NO_ARCH=	yes
+NO_BUILD=	yes
+NO_WRKSUBDIR=	yes
+
 do-extract:
 	@${MKDIR} ${WRKSRC}
 	@${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC}
 
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/enteruser ${STAGEDIR}${PREFIX}/sbin
-	@cd ${STAGEDIR}${PREFIX}/sbin; ${LN} -sf enteruser queueuser
+	@cd ${STAGEDIR}${PREFIX}/sbin && ${LN} -sf enteruser queueuser
 
 .include <bsd.port.mk>

Modified: head/sysutils/enteruser/pkg-descr
==============================================================================
--- head/sysutils/enteruser/pkg-descr	Sat Oct 26 17:47:05 2019	(r515719)
+++ head/sysutils/enteruser/pkg-descr	Sat Oct 26 18:02:23 2019	(r515720)
@@ -4,5 +4,7 @@ system.  It can be used to enter a single user, and it
 uses pw(8) and can be used concurrently by multiple admins and techs to
 add users to a system.
 
-Enteruser is also designed to be extensible.  Please see
-http://www.daemonnews.org/199908/enteruser.html for further background.
+Enteruser is also designed to be extensible.  Please see the linked
+article for further background.
+
+WWW: https://web.archive.org/web/20041211013021/http://www.daemonnews.org/199908/enteruser.html


More information about the svn-ports-head mailing list