diff options
Diffstat (limited to 'mail/assp')
-rw-r--r-- | mail/assp/Makefile | 11 | ||||
-rw-r--r-- | mail/assp/distinfo | 4 |
2 files changed, 10 insertions, 5 deletions
diff --git a/mail/assp/Makefile b/mail/assp/Makefile index c22fb6afbfdd..e392f1e9e2f9 100644 --- a/mail/assp/Makefile +++ b/mail/assp/Makefile @@ -6,15 +6,15 @@ # PORTNAME= assp -PORTVERSION= 1.1.1.b13 +PORTVERSION= 1.1.1 CATEGORIES= mail -MASTER_SITES= http://opal.com/freebsd/ports/mail/assp/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= assp MAINTAINER= fbsd@opal.com COMMENT= Anti-Spam SMTP Proxy USE_ZIP= yes -NO_WRKSUBDIR= yes NO_BUILD= yes USE_REINPLACE= yes USE_PERL5_RUN= yes @@ -65,6 +65,11 @@ PLIST_SUB+= ASSP_CLAMAV="" PLIST_SUB+= ASSP_CLAMAV="@comment " .endif +EXTRACT_AFTER_ARGS= -d ${PORTNAME}-${PORTVERSION} + +pre-patch: + @${REINPLACE_CMD} -e 's|.$$||' ${WRKSRC}/stats.sh + post-patch: @${REINPLACE_CMD} -e 's|/usr/bin/perl|${PERL}|' ${WRKSRC}/*.pl diff --git a/mail/assp/distinfo b/mail/assp/distinfo index ab629f9dbba0..76796c6a4288 100644 --- a/mail/assp/distinfo +++ b/mail/assp/distinfo @@ -1,2 +1,2 @@ -MD5 (assp-1.1.1.b13.zip) = 00e820bbfccde6e9159e25a07804a0d3 -SIZE (assp-1.1.1.b13.zip) = 183364 +MD5 (assp-1.1.1.zip) = 0a00de00329b21b29746ff7961e552d8 +SIZE (assp-1.1.1.zip) = 183775 |