diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-08-06 21:44:23 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-08-06 21:44:23 +0000 |
commit | c1fa81c43b6070b00ac550d7ff7dfe1acbc73f79 (patch) | |
tree | 66e011987e4a27905fae1ae24072fb45436013b1 /mail/anubis | |
parent | fde8bc6424cb3b24430a928e26017ee98fed3325 (diff) |
Use INFO, DOCSDIR and EXAMPLESDIR macros
PR: 55321
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=86412
Diffstat (limited to 'mail/anubis')
-rw-r--r-- | mail/anubis/Makefile | 1 | ||||
-rw-r--r-- | mail/anubis/pkg-plist | 31 |
2 files changed, 15 insertions, 17 deletions
diff --git a/mail/anubis/Makefile b/mail/anubis/Makefile index 330a69349143..36c0a0119127 100644 --- a/mail/anubis/Makefile +++ b/mail/anubis/Makefile @@ -73,6 +73,7 @@ CONFIGURE_ARGS+= --with-tcp-wrappers .endif MAN1= anubis.1 +INFO= anubis DOCS= AUTHORS INSTALL NEWS README THANKS TODO pre-configure: diff --git a/mail/anubis/pkg-plist b/mail/anubis/pkg-plist index 86e19a9c3b99..fb1ff22f659d 100644 --- a/mail/anubis/pkg-plist +++ b/mail/anubis/pkg-plist @@ -1,22 +1,19 @@ @comment $FreeBSD$ 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 |