diff options
author | Anders Nordby <anders@FreeBSD.org> | 2007-02-11 23:12:02 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2007-02-11 23:12:02 +0000 |
commit | 1f585357453b04b04ac1cd4c8e1b3f4bb020e8f0 (patch) | |
tree | f9ded39fae33a4b510b39f7ddb0060df35c2a5a2 /security/pwman/Makefile | |
parent | dbc44398c0c4985d87788a366cc07af63ecd2cd8 (diff) |
Notes
Diffstat (limited to 'security/pwman/Makefile')
-rw-r--r-- | security/pwman/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/pwman/Makefile b/security/pwman/Makefile index a17a34367dbb..2dbf715df21d 100644 --- a/security/pwman/Makefile +++ b/security/pwman/Makefile @@ -6,8 +6,7 @@ # PORTNAME= pwman -PORTVERSION= 0.3.2 -PORTREVISION= 4 +PORTVERSION= 0.3.5 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -25,7 +24,7 @@ MAN1= pwman.1 DOCS= AUTHORS COPYING ChangeLog README TODO post-patch: - @${REINPLACE_CMD} -e 's|/usr/bin/gpg|${LOCALBASE}/bin/gpg|g' ${WRKSRC}/src/misc.c + @${REINPLACE_CMD} -e 's|/usr/bin/gpg|${LOCALBASE}/bin/gpg|g' ${WRKSRC}/src/options.c .if !defined(NOPORTDOCS) post-install: |