aboutsummaryrefslogtreecommitdiff
path: root/mail/hashcash/Makefile
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2014-12-06 21:16:24 +0000
committerMark Felder <feld@FreeBSD.org>2014-12-06 21:16:24 +0000
commitad2a3cbd579147251bc17556673eab54ce0ad106 (patch)
treee5cbdfcb277fce936290daff746e1ff2b6ee25cf /mail/hashcash/Makefile
parentbc223bbc540a0fe23d4c5a7f97fd96dc339f44d7 (diff)
downloadports-ad2a3cbd579147251bc17556673eab54ce0ad106.tar.gz
ports-ad2a3cbd579147251bc17556673eab54ce0ad106.zip
Modernize port and appease portlint.
Always leave a port better than you found it.
Notes
Notes: svn path=/head/; revision=374155
Diffstat (limited to 'mail/hashcash/Makefile')
-rw-r--r--mail/hashcash/Makefile10
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