svn commit: r338082 - head/security/py-mhash

William Grzybowski wg at FreeBSD.org
Mon Dec 30 10:59:47 UTC 2013


Author: wg
Date: Mon Dec 30 10:59:46 2013
New Revision: 338082
URL: http://svnweb.freebsd.org/changeset/ports/338082

Log:
  security/py-mhash: support staging and minor changes

Modified:
  head/security/py-mhash/Makefile

Modified: head/security/py-mhash/Makefile
==============================================================================
--- head/security/py-mhash/Makefile	Mon Dec 30 10:59:28 2013	(r338081)
+++ head/security/py-mhash/Makefile	Mon Dec 30 10:59:46 2013	(r338082)
@@ -11,12 +11,11 @@ DISTNAME=	python-mhash-${PORTVERSION}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Python mhash module
 
-LIB_DEPENDS=	mhash:${PORTSDIR}/security/mhash
+LIB_DEPENDS=	libmhash.so:${PORTSDIR}/security/mhash
 
-PLIST_FILES=	%%PYTHON_SITELIBDIR%%/mhash.so
 USE_PYTHON=	yes
 USE_PYDISTUTILS=yes
-PYDISTUTILS_PKGNAME=	python-mhash
+PYDISTUTILS_AUTOPLIST=	yes
 
 CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
@@ -24,5 +23,4 @@ LDFLAGS+=	-L${LOCALBASE}/lib
 test: install
 	${PYTHON_CMD} ${WRKSRC}/test.py
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list