diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2002-01-12 16:57:26 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2002-01-12 16:57:26 +0000 |
commit | 804983b1c1ff3a357a6f42270c8243e061583e17 (patch) | |
tree | 4cc39c0ee7f1219c61f26dabe9dd6b7a8b0277f4 /security/py-gnupg/Makefile | |
parent | e33761d03725470e65c5353492218c8ebe32915b (diff) | |
download | ports-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/Makefile | 4 |
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> |