Index: head/security/pear-Text_Password/Makefile =================================================================== --- head/security/pear-Text_Password/Makefile (revision 515783) +++ head/security/pear-Text_Password/Makefile (revision 515784) @@ -1,15 +1,17 @@ # Created by: Attila Nagy # $FreeBSD$ PORTNAME= Text_Password PORTVERSION= 1.2.1 CATEGORIES= security www pear DISTNAME= Text_password-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= PEAR random password creator -USES= pear -WRKSRC= ${WRKDIR}/Text_Password-${PORTVERSION} +USES= pear + +NO_ARCH= yes +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} .include