svn commit: r515784 - head/security/pear-Text_Password

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Oct 27 11:30:41 UTC 2019


Author: sunpoet
Date: Sun Oct 27 11:30:40 2019
New Revision: 515784
URL: https://svnweb.freebsd.org/changeset/ports/515784

Log:
  Add NO_ARCH
  
  - Take maintainership

Modified:
  head/security/pear-Text_Password/Makefile

Modified: head/security/pear-Text_Password/Makefile
==============================================================================
--- head/security/pear-Text_Password/Makefile	Sun Oct 27 11:30:35 2019	(r515783)
+++ head/security/pear-Text_Password/Makefile	Sun Oct 27 11:30:40 2019	(r515784)
@@ -6,10 +6,12 @@ PORTVERSION=	1.2.1
 CATEGORIES=	security www pear
 DISTNAME=	Text_password-${PORTVERSION}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	PEAR random password creator
 
-USES=	pear
-WRKSRC=		${WRKDIR}/Text_Password-${PORTVERSION}
+USES=		pear
+
+NO_ARCH=	yes
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list