diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-13 07:08:15 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-13 07:08:15 +0000 |
commit | 02c816f5607bc96b6c355219808453ea18de1f07 (patch) | |
tree | 8e954127977f6295fec6540332696d6778e3cd35 /mail/assp/Makefile | |
parent | 5f5e0cf860ff4382176f3c96904f53c7318ed15f (diff) | |
download | ports-02c816f5607bc96b6c355219808453ea18de1f07.tar.gz ports-02c816f5607bc96b6c355219808453ea18de1f07.zip |
Notes
Diffstat (limited to 'mail/assp/Makefile')
-rw-r--r-- | mail/assp/Makefile | 11 |
1 files changed, 8 insertions, 3 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 |