diff options
author | beech <beech@FreeBSD.org> | 2008-08-17 02:12:15 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2008-08-17 02:12:15 +0800 |
commit | a044f748b84d3e362a3e1b3c4e00214880126abe (patch) | |
tree | 297df70c06d89a6579050ec581bf8f78e2d6a6aa /mail/assp/Makefile | |
parent | bc08063520855a8ea608117dd4666511d5f61e8e (diff) | |
download | freebsd-ports-gnome-a044f748b84d3e362a3e1b3c4e00214880126abe.tar.gz freebsd-ports-gnome-a044f748b84d3e362a3e1b3c4e00214880126abe.tar.zst freebsd-ports-gnome-a044f748b84d3e362a3e1b3c4e00214880126abe.zip |
- Update to 1.3.3.10
PR: ports/126363
Submitted by: J.R. Oldroyd <fbsd@opal.com> (maintainer)
Diffstat (limited to 'mail/assp/Makefile')
-rw-r--r-- | mail/assp/Makefile | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/mail/assp/Makefile b/mail/assp/Makefile index 8ee4d10d9745..a957e13a3c03 100644 --- a/mail/assp/Makefile +++ b/mail/assp/Makefile @@ -6,8 +6,7 @@ # PORTNAME= assp -PORTVERSION= 1.3.3.8 -PORTREVISION= 1 +PORTVERSION= 1.3.3.10 CATEGORIES= mail MASTER_SITES= SF DISTNAME= ${PORTNAME:U}_${PORTVERSION}-Install @@ -20,8 +19,7 @@ NO_BUILD= yes USE_PERL5_RUN= yes USE_DOS2UNIX= \ - ../Install.txt \ - ../changelog.txt \ + ../1.3.3.8-1.3.3.10-changes.txt \ addservice.pl \ assp.pl \ files/URIBLCCTLDS.txt \ @@ -34,10 +32,12 @@ USE_DOS2UNIX= \ files/rbl-service.txt \ files/redre.txt \ files/whitedomains.txt \ + images/assp.css \ + images/editor.css \ + images/shutdown.css \ move2num.pl \ rc/readme.txt \ rebuildspamdb.pl \ - repair.pl \ reports/helpreport.txt \ reports/notspamreport.txt \ reports/redremovereport.txt \ @@ -74,7 +74,7 @@ OPTIONS= EMVALID "RFC822 recipient address validator" on \ MYSQL "Use MySQL db to store white/red/delaylists" off \ SIMPLE "Use procedural Web Page interfaces" on -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/${PORTNAME:U}_${PORTVERSION}-Install/${PORTNAME:U} +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/${PORTNAME:L} .include <bsd.port.pre.mk> @@ -131,7 +131,11 @@ post-patch: do-install: ${MKDIR} ${PREFIX}/lib/assp - ${INSTALL_SCRIPT} ${WRKSRC}/*.pl ${PREFIX}/lib/assp + ${INSTALL_SCRIPT} ${WRKSRC}/addservice.pl ${PREFIX}/lib/assp + ${INSTALL_SCRIPT} ${WRKSRC}/assp.pl ${PREFIX}/lib/assp + ${INSTALL_SCRIPT} ${WRKSRC}/move2num.pl ${PREFIX}/lib/assp + ${INSTALL_SCRIPT} ${WRKSRC}/rebuildspamdb.pl ${PREFIX}/lib/assp + ${INSTALL_SCRIPT} ${WRKSRC}/stat.pl ${PREFIX}/lib/assp ${INSTALL_SCRIPT} ${WRKSRC}/stats.sh ${PREFIX}/lib/assp ${MKDIR} ${PREFIX}/lib/assp/files ${INSTALL_DATA} ${WRKSRC}/files/* ${PREFIX}/lib/assp/files |