Date: 6 Aug 2003 21:30:28 -0000 From: Sergei Kolobov <sergei@kolobov.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/55321: [MAINTAINER] mail/anubis: use INFO, DOCSDIR and EXAMPLESDIR macros Message-ID: <20030806213028.17984.qmail@kolobov.com> Resent-Message-ID: <200308062140.h76LeHBH066013@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 55321 >Category: ports >Synopsis: [MAINTAINER] mail/anubis: use INFO, DOCSDIR and EXAMPLESDIR macros >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Aug 06 14:40:16 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Sergei Kolobov >Release: FreeBSD 5.1-CURRENT i386 >Organization: >Environment: System: FreeBSD elf.chetwood.ru 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Tue Jul 15 17:02:55 MSD 2003 >Description: - Use INFO, DOCSDIR and EXAMPLESDIR macros; no functional changes Generated with FreeBSD Port Tools 0.25 >How-To-Repeat: >Fix: --- anubis-3.6.2.patch begins here --- Index: Makefile =================================================================== RCS file: /FreeBSD/cvs/ports/mail/anubis/Makefile,v retrieving revision 1.15 diff -u -u -r1.15 Makefile --- Makefile 18 Apr 2003 05:39:42 -0000 1.15 +++ Makefile 6 Aug 2003 21:21:03 -0000 @@ -73,6 +73,7 @@ .endif MAN1= anubis.1 +INFO= anubis DOCS= AUTHORS INSTALL NEWS README THANKS TODO pre-configure: Index: pkg-plist =================================================================== RCS file: /FreeBSD/cvs/ports/mail/anubis/pkg-plist,v retrieving revision 1.5 diff -u -u -r1.5 pkg-plist --- pkg-plist 7 Jan 2003 14:09:18 -0000 1.5 +++ pkg-plist 6 Aug 2003 21:26:53 -0000 @@ -1,22 +1,19 @@ @comment $FreeBSD: ports/mail/anubis/pkg-plist,v 1.5 2003/01/07 14:09:18 edwin Exp $ sbin/anubis etc/rc.d/anubis.sh.sample -@unexec install-info --delete %D/info/anubis.info %D/info/dir -info/anubis.info -@exec install-info %D/info/anubis.info %D/info/dir -%%PORTDOCS%%share/doc/anubis/AUTHORS -%%PORTDOCS%%share/doc/anubis/INSTALL -%%PORTDOCS%%share/doc/anubis/NEWS -%%PORTDOCS%%share/doc/anubis/README -%%PORTDOCS%%share/doc/anubis/THANKS -%%PORTDOCS%%share/doc/anubis/TODO -%%PORTDOCS%%@dirrm share/doc/anubis -share/examples/anubis/1anubisrc -share/examples/anubis/2anubisrc -%%PAM%%share/examples/anubis/pam/anubis -%%PAM%%share/examples/anubis/pam/anubis.allow -%%PAM%%share/examples/anubis/pam/anubis.deny -%%PAM%%@dirrm share/examples/anubis/pam -@dirrm share/examples/anubis +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/INSTALL +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/THANKS +%%PORTDOCS%%%%DOCSDIR%%/TODO +%%PORTDOCS%%@dirrm %%DOCSDIR%% +%%EXAMPLESDIR%%/1anubisrc +%%EXAMPLESDIR%%/2anubisrc +%%PAM%%%%EXAMPLESDIR%%/pam/anubis +%%PAM%%%%EXAMPLESDIR%%/pam/anubis.allow +%%PAM%%%%EXAMPLESDIR%%/pam/anubis.deny +%%PAM%%@dirrm %%EXAMPLESDIR%%/pam +@dirrm %%EXAMPLESDIR%% share/locale/fr/LC_MESSAGES/anubis.mo share/locale/tr/LC_MESSAGES/anubis.mo --- anubis-3.6.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030806213028.17984.qmail>