aboutsummaryrefslogtreecommitdiff
path: root/security/py-gnupg/Makefile
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2002-01-12 16:57:26 +0000
committerKevin Lo <kevlo@FreeBSD.org>2002-01-12 16:57:26 +0000
commit804983b1c1ff3a357a6f42270c8243e061583e17 (patch)
tree4cc39c0ee7f1219c61f26dabe9dd6b7a8b0277f4 /security/py-gnupg/Makefile
parente33761d03725470e65c5353492218c8ebe32915b (diff)
downloadports-804983b1c1ff3a357a6f42270c8243e061583e17.tar.gz
ports-804983b1c1ff3a357a6f42270c8243e061583e17.zip
Update to version 0.3.2
PR: 33807 Submitted by: MAINTAINER
Notes
Notes: svn path=/head/; revision=52976
Diffstat (limited to 'security/py-gnupg/Makefile')
-rw-r--r--security/py-gnupg/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-gnupg/Makefile b/security/py-gnupg/Makefile
index 66b39c1d9e7e..44839f1595cc 100644
--- a/security/py-gnupg/Makefile
+++ b/security/py-gnupg/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= gnupg
-PORTVERSION= 0.3.1
+PORTVERSION= 0.3.2
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= py-gnupg
@@ -24,6 +24,6 @@ do-build:
@${SETUP_CMD} build
do-install:
- @${SETUP_CMD} install
+ @${SETUP_CMD} install -c -O1 --prefix=${PREFIX}
.include <bsd.port.mk>