summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-05-08 15:01:19 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-05-08 15:01:19 +0000
commita6861af426c59c31f1349f225cd75dafe77f6993 (patch)
tree4cc84e5201545c68d65818f2453e9b5769d632d9 /devel
parent- USES=libtool pathfix. (diff)
- Staging
- Add LICENSE - Pet portlint PR: ports/188507 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Approved by: portmgr@
Notes
Notes: svn path=/head/; revision=353314
Diffstat (limited to 'devel')
-rw-r--r--devel/py-log4py/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/devel/py-log4py/Makefile b/devel/py-log4py/Makefile
index 563b9e88d8ec..122433dc4ae3 100644
--- a/devel/py-log4py/Makefile
+++ b/devel/py-log4py/Makefile
@@ -8,16 +8,17 @@ MASTER_SITES= SF
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= xride@FreeBSD.org
-COMMENT= A python logging module
+COMMENT= Python logging module
+
+LICENSE= MIT
USE_PYTHON= yes
USE_PYDISTUTILS= yes
-NO_STAGE= yes
.if !defined(NOPORTDOCS)
post-install:
- @${MKDIR} ${DOCSDIR}
- ${CP} -R ${WRKSRC}/doc/* ${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${CP} -R ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR}
.endif
.include <bsd.port.mk>