diff options
author | Sofian Brabez <sbz@FreeBSD.org> | 2011-07-12 05:48:17 +0000 |
---|---|---|
committer | Sofian Brabez <sbz@FreeBSD.org> | 2011-07-12 05:48:17 +0000 |
commit | 5a31dc0f264ec416d055d8a95da5516d906500cf (patch) | |
tree | 4af5ec720481001ec72e7686801bd6efd5a6588e /security/py-PF/Makefile | |
parent | 53f7ebd45a4269410d912c217dbac02901877451 (diff) |
Notes
Diffstat (limited to 'security/py-PF/Makefile')
-rw-r--r-- | security/py-PF/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/security/py-PF/Makefile b/security/py-PF/Makefile index 0821d300fca4..27c61da410a6 100644 --- a/security/py-PF/Makefile +++ b/security/py-PF/Makefile @@ -6,7 +6,7 @@ # PORTNAME= PF -PORTVERSION= 0.0.5 +PORTVERSION= 0.0.6 CATEGORIES= security python MASTER_SITES= SF/py-${PORTNAME:L}/py-${PORTNAME:L}/${DISTNAME} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -25,9 +25,6 @@ PYDISTUTILS_PKGNAME= ${PYTHON_PKGNAMEPREFIX:C/[0-9]+//}_${PORTNAME} SUB_FILES= pkg-message -post-patch: - @${REINPLACE_CMD} -e 's#"0.0.4"#"0.0.5"#g' ${WRKSRC}/setup.py - post-install: .if !defined(BATCH) @${CAT} ${PKGMESSAGE} |