diff options
author | Johann Visagie <wjv@FreeBSD.org> | 2003-01-27 15:08:48 +0000 |
---|---|---|
committer | Johann Visagie <wjv@FreeBSD.org> | 2003-01-27 15:08:48 +0000 |
commit | 8ec1ab542cc863147cad62ba2b0bc641590c8415 (patch) | |
tree | 427e1d19cb31d1096252317282cd56cb10d9e75f /mail | |
parent | Update to 0.63. (diff) |
- Install the Mailman favicon, which had been omitted.
- Refrain from installing the GNU logo, which is not used by this port
anymore.
- Bump $PORTREVISION
Submitted by: Vivek Khera <khera@kcilink.com>, Neil Darlow <neil@darlow.co.uk>
Notes
Notes:
svn path=/head/; revision=74084
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mailman/Makefile | 4 | ||||
-rw-r--r-- | mail/mailman/pkg-plist | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/mail/mailman/Makefile b/mail/mailman/Makefile index 73de7c435c8e..33f9a73a58fa 100644 --- a/mail/mailman/Makefile +++ b/mail/mailman/Makefile @@ -7,7 +7,7 @@ PORTNAME= mailman PORTVERSION= 2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail MASTER_SITES= http://www.list.org/ \ ${MASTER_SITE_GNU} \ @@ -107,7 +107,7 @@ post-install: .endfor @ ${CHGRP} -R ${MM_GROUPNAME} ${MAILMANDIR} @ ${MKDIR} ${PREFIX}/${IMGDIR} -.for imgfile in mailman.jpg PythonPowered.png gnu-head-tiny.jpg +.for imgfile in mailman.jpg mm-icon.png PythonPowered.png @ ${CP} ${MAILMANDIR}/icons/${imgfile} ${PREFIX}/${IMGDIR} .endfor @ uudecode -p ${FILESDIR}/powerlogo.gif.uue > \ diff --git a/mail/mailman/pkg-plist b/mail/mailman/pkg-plist index f658972cc041..c703bab8d867 100644 --- a/mail/mailman/pkg-plist +++ b/mail/mailman/pkg-plist @@ -9,8 +9,8 @@ @exec mkdir -p %D/%%MMDIR%%/qfiles @exec mkdir -p %D/%%MMDIR%%/spam %%IMGDIR%%/PythonPowered.png -%%IMGDIR%%/gnu-head-tiny.jpg %%IMGDIR%%/mailman.jpg +%%IMGDIR%%/mm-icon.png %%IMGDIR%%/powerlogo.gif %%MMDIR%%/Mailman/Archiver/Archiver.py %%MMDIR%%/Mailman/Archiver/Archiver.pyc |