ports/188501: [PATCH] devel/py-interface: staging
Bartek Rutkowski
ports at robakdesign.com
Sat Apr 12 10:30:03 UTC 2014
>Number: 188501
>Category: ports
>Synopsis: [PATCH] devel/py-interface: staging
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Sat Apr 12 10:30:01 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator: Bartek Rutkowski
>Release: FreeBSD 11.0-CURRENT amd64
>Organization:
Pixeware LTD
>Environment:
System: FreeBSD poudriere.ithil.palantiri.org 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r264341: Fri Apr 11 15:28:07 CEST
>Description:
- Staging
- Add LICENSE
- Pet portlint
http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/py27-interface/1.1.1/
Port maintainer (sobomax at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 1.00.2014.03.23 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:
--- py-interface-1.1.1.patch begins here ---
Index: Makefile
===================================================================
--- Makefile (revision 351082)
+++ Makefile (working copy)
@@ -9,8 +9,10 @@
DISTNAME= py_${PORTNAME}-${PORTVERSION}
MAINTAINER= sobomax at FreeBSD.org
-COMMENT= A Python implementation of an Erlang node
+COMMENT= Python implementation of an Erlang node
+LICENSE= GPLv2
+
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= py_${PORTNAME}
@@ -17,16 +19,15 @@
DOCSDIR= ${PREFIX}/share/doc/py_${PORTNAME}
EXAMPLESDIR= ${PREFIX}/share/examples/py_${PORTNAME}
-NO_STAGE= yes
post-install:
@${TRUE}
.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- cd ${WRKSRC} && ${INSTALL_DATA} README ${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ cd ${WRKSRC} && ${INSTALL_DATA} README ${STAGEDIR}${DOCSDIR}
.endif
.if !defined(NOPORTEXAMPLES)
- @${MKDIR} ${EXAMPLESDIR}
- cd ${WRKSRC}/examples && ${INSTALL_DATA} * ${EXAMPLESDIR}
+ @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+ cd ${WRKSRC}/examples && ${INSTALL_DATA} * ${STAGEDIR}${EXAMPLESDIR}
.endif
.include <bsd.port.mk>
--- py-interface-1.1.1.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list