aboutsummaryrefslogtreecommitdiff
path: root/security/py-pow/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-12-22 00:05:50 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-12-22 00:05:50 +0000
commit6edec3763abfec86f4900a97cf726c609f96c119 (patch)
tree17c90bfed2f6360887f0c11d1e791bc743aa5091 /security/py-pow/Makefile
parente5e048a422121cc89e5a938751dd0e0ac6cc596e (diff)
downloadports-6edec3763abfec86f4900a97cf726c609f96c119.tar.gz
ports-6edec3763abfec86f4900a97cf726c609f96c119.zip
Notes
Diffstat (limited to 'security/py-pow/Makefile')
-rw-r--r--security/py-pow/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/security/py-pow/Makefile b/security/py-pow/Makefile
index 843ca977e3d0..42efabbc211a 100644
--- a/security/py-pow/Makefile
+++ b/security/py-pow/Makefile
@@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME:U}-${PORTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= gahr@gahr.ch
COMMENT= Python OpenSSL Wrappers
USE_PYTHON= yes
@@ -24,11 +24,8 @@ USE_OPENSSL= yes
PORTDOCS= POW.pdf
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 700019
-BROKEN= Does not compile on FreeBSD >= 7.0
-.endif
+post-patch:
+ ${REINPLACE_CMD} -e 's|licence|license|' ${WRKSRC}/setup.py
post-install:
.if !defined(NOPORTDOCS)
@@ -38,4 +35,4 @@ post-install:
.endfor
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>