svn commit: r337862 - head/net/py-netaddr

William Grzybowski wg at FreeBSD.org
Sat Dec 28 11:33:39 UTC 2013


Author: wg
Date: Sat Dec 28 11:33:38 2013
New Revision: 337862
URL: http://svnweb.freebsd.org/changeset/ports/337862

Log:
  net/py-netaddr: support staging and minor changes

Deleted:
  head/net/py-netaddr/pkg-plist
Modified:
  head/net/py-netaddr/Makefile

Modified: head/net/py-netaddr/Makefile
==============================================================================
--- head/net/py-netaddr/Makefile	Sat Dec 28 11:32:57 2013	(r337861)
+++ head/net/py-netaddr/Makefile	Sat Dec 28 11:33:38 2013	(r337862)
@@ -8,27 +8,23 @@ MASTER_SITES=	https://github.com/downloa
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	ports at FreeBSD.org
-COMMENT=	A python library for the manipulation of network addresses
+COMMENT=	Python library for the manipulation of network addresses
 
 LICENSE=	BSD
 
 FETCH_ARGS=	-pRr
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 DOCSDIR=	${PREFIX}/share/doc/py-${PORTNAME}
 
 PORTDOCS=	AUTHORS CHANGELOG README
 TESTFILES=	__init__.py
 
-NO_STAGE=	yes
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MDOCS}
 post-install:
-	@${MKDIR} ${DOCSDIR}
-	@${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
-.endif
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
 
 regression-test:
 .for f in ${TESTFILES}


More information about the svn-ports-head mailing list