diff options
author | Mark Felder <feld@FreeBSD.org> | 2014-12-06 21:16:24 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2014-12-06 21:16:24 +0000 |
commit | ad2a3cbd579147251bc17556673eab54ce0ad106 (patch) | |
tree | e5cbdfcb277fce936290daff746e1ff2b6ee25cf /mail/hashcash | |
parent | bc223bbc540a0fe23d4c5a7f97fd96dc339f44d7 (diff) | |
download | ports-ad2a3cbd579147251bc17556673eab54ce0ad106.tar.gz ports-ad2a3cbd579147251bc17556673eab54ce0ad106.zip |
Notes
Diffstat (limited to 'mail/hashcash')
-rw-r--r-- | mail/hashcash/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/hashcash/Makefile b/mail/hashcash/Makefile index 9d72159b7f34..bd84403012bd 100644 --- a/mail/hashcash/Makefile +++ b/mail/hashcash/Makefile @@ -5,7 +5,6 @@ PORTNAME= hashcash PORTVERSION= 1.22 CATEGORIES= mail MASTER_SITES= http://www.hashcash.org/source/ -EXTRACT_SUFX= .tgz MAINTAINER= chalpin@cs.wisc.edu COMMENT= Anti-spam / denial of service counter-measure tool @@ -15,15 +14,16 @@ LICENSE_NAME= CPL LICENSE_TEXT= http://www.cypherspace.org/CPL/ LICENSE_PERMS= dist-mirror pkg-mirror auto-accept -MAN1= hashcash.1 sha1-hashcash.1 +USES= tar:tgz + PLIST_FILES= bin/hashcash bin/sha1 -PLIST_FILES+= man/man1/hashcash.1.gz -PLIST_FILES+= man/man1/sha1-hashcash.1.gz +PLIST_FILES+= man/man1/hashcash.1.gz +PLIST_FILES+= man/man1/sha1-hashcash.1.gz PORTDOCS= CHANGELOG LICENSE README ALL_TARGET= generic -MAKE_ENV+= STAGEDIR=${STAGEDIR} +MAKE_ENV+= STAGEDIR=${STAGEDIR} OPTIONS_DEFINE= DOCS |