diff options
author | pav <pav@FreeBSD.org> | 2006-04-29 21:46:32 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-04-29 21:46:32 +0000 |
commit | cafdb43fa5f5722d8c104bf25811df68e63f1d4c (patch) | |
tree | 877244b0e6d6267e380fd5d363a24addc43c02c2 /mail/hashcash/Makefile | |
parent | 1d65a053c62bbd7a02b5887dea274ef927f8ea44 (diff) | |
download | FreeBSD-ports-cafdb43fa5f5722d8c104bf25811df68e63f1d4c.zip FreeBSD-ports-cafdb43fa5f5722d8c104bf25811df68e63f1d4c.tar.gz |
- Update to 1.22
PR: ports/96522
Submitted by: Aleksander Fafula <alex@fafula.com>
Diffstat (limited to 'mail/hashcash/Makefile')
-rw-r--r-- | mail/hashcash/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/hashcash/Makefile b/mail/hashcash/Makefile index 4a84ff3..2aba03b 100644 --- a/mail/hashcash/Makefile +++ b/mail/hashcash/Makefile @@ -6,7 +6,7 @@ # PORTNAME= hashcash -PORTVERSION= 1.18 +PORTVERSION= 1.22 CATEGORIES= mail MASTER_SITES= http://www.hashcash.org/source/ EXTRACT_SUFX= .tgz @@ -21,8 +21,6 @@ ALL_TARGET= generic .if defined(NOPORTDOCS) -USE_REINPLACE= yes - post-patch: ${REINPLACE_CMD} -e '/DOC_INSTALL_PATH/d' ${WRKSRC}/Makefile .endif |