mail/archiveopteryx: Move man pages to share/man

Approved by:	portmgr (blanket)
This commit is contained in:
Nuno Teixeira 2024-03-10 06:41:51 +00:00
parent b580149aa9
commit 1f81b4c520
3 changed files with 21 additions and 16 deletions

View file

@ -1,6 +1,6 @@
PORTNAME= archiveopteryx PORTNAME= archiveopteryx
PORTVERSION= 3.2.0 PORTVERSION= 3.2.0
PORTREVISION= 9 PORTREVISION= 10
CATEGORIES= mail CATEGORIES= mail
MASTER_SITES= http://archiveopteryx.org/download/ MASTER_SITES= http://archiveopteryx.org/download/

View file

@ -1,6 +1,6 @@
--- Jamsettings.orig 2012-07-10 08:45:55.000000000 -0500 --- Jamsettings.orig 2014-03-10 13:44:59 UTC
+++ Jamsettings 2012-12-26 18:19:56.434350066 -0600 +++ Jamsettings
@@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ INSTALLROOT ?= "" ;
# A convenient prefix used by most directory and file names,. # A convenient prefix used by most directory and file names,.
# #
@ -9,15 +9,20 @@
# The directory for user and sysadmin tools # The directory for user and sysadmin tools
# #
@@ -28,32 +28,34 @@ @@ -24,36 +24,38 @@ SBINDIR = $(PREFIX)/sbin ;
# The directory where the man pages are installed
#
-MANDIR = $(PREFIX)/man ;
+MANDIR = $(PREFIX)/share/man ;
# Supporting files # Supporting files
# #
-LIBDIR = $(PREFIX)/lib ; -LIBDIR = $(PREFIX)/lib ;
+LIBDIR = $(PREFIX)/libexec/aox ; +LIBDIR = $(PREFIX)/libexec/aox ;
+
+LIBDATADIR = $(PREFIX)/libdata/aox ;
+LIBDATADIR = $(PREFIX)/libdata/aox ;
+
# The startup/shutdown script's directory # The startup/shutdown script's directory
# #
-INITDIR = $(LIBDIR) ; -INITDIR = $(LIBDIR) ;

View file

@ -9,16 +9,16 @@ libdata/aox/fts.pg
libdata/aox/schema.pg libdata/aox/schema.pg
libexec/aox/contrib/rrdglue libexec/aox/contrib/rrdglue
libexec/aox/installer libexec/aox/installer
man/man5/aoxsuper.conf.5.gz
man/man5/archiveopteryx.conf.5.gz
man/man8/aox.8.gz
man/man8/aoxdeliver.8.gz
man/man8/aoximport.8.gz
man/man8/archiveopteryx.8.gz
man/man8/installer.8.gz
man/man8/logd.8.gz
man/man8/recorder.8.gz
sbin/archiveopteryx sbin/archiveopteryx
sbin/logd sbin/logd
sbin/recorder sbin/recorder
share/man/man5/aoxsuper.conf.5.gz
share/man/man5/archiveopteryx.conf.5.gz
share/man/man8/aox.8.gz
share/man/man8/aoxdeliver.8.gz
share/man/man8/aoximport.8.gz
share/man/man8/archiveopteryx.8.gz
share/man/man8/installer.8.gz
share/man/man8/logd.8.gz
share/man/man8/recorder.8.gz
@dir %%ETCDIR%% @dir %%ETCDIR%%