diff options
author | krion <krion@FreeBSD.org> | 2003-08-06 21:44:23 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-08-06 21:44:23 +0000 |
commit | 2055813012f34b9c80e929aafafc9bb3cf48ae51 (patch) | |
tree | 5a6e0dc59b45732a6c304cdeb4b6fc95d6bba18b /mail/anubis | |
parent | 6f9809f3e6f17092ccddc7b0c651f593407d5ef0 (diff) | |
download | FreeBSD-ports-2055813012f34b9c80e929aafafc9bb3cf48ae51.zip FreeBSD-ports-2055813012f34b9c80e929aafafc9bb3cf48ae51.tar.gz |
Use INFO, DOCSDIR and EXAMPLESDIR macros
PR: 55321
Submitted by: maintainer
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 330a693..36c0a01 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 86e19a9..fb1ff22 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 |