Skip to content

Commit

Permalink
www/apache24: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Jan 27, 2024
1 parent 0a12adb commit 4ac41c3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
3 changes: 2 additions & 1 deletion www/apache24/Makefile
@@ -1,6 +1,6 @@
PORTNAME= apache24
PORTVERSION= 2.4.58
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= www
MASTER_SITES= APACHE_HTTPD
DISTNAME= httpd-${PORTVERSION}
Expand All @@ -21,6 +21,7 @@ USES= apache:server,2.4 autoreconf compiler:c11 cpe iconv libtool perl5 tar:bzi
USE_PERL5= run
USE_RC_SUBR= apache24 htcacheclean
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share

CONFLICTS_INSTALL= py*-circuits # bin/htpasswd

Expand Down
28 changes: 14 additions & 14 deletions www/apache24/pkg-plist
Expand Up @@ -217,20 +217,20 @@ libexec/apache24/mod_unixd.so
%%VHOST_ALIAS%%libexec/apache24/mod_vhost_alias.so
%%WATCHDOG%%libexec/apache24/mod_watchdog.so
%%XML2ENC%%libexec/apache24/mod_xml2enc.so
man/man1/ab.1.gz
man/man1/apxs.1.gz
man/man1/dbmmanage.1.gz
man/man1/htdbm.1.gz
man/man1/htdigest.1.gz
man/man1/htpasswd.1.gz
man/man1/httxt2dbm.1.gz
man/man1/logresolve.1.gz
man/man8/apachectl.8.gz
man/man8/fcgistarter.8.gz
man/man8/htcacheclean.8.gz
man/man8/httpd.8.gz
man/man8/rotatelogs.8.gz
%%SUEXEC%%man/man8/suexec.8.gz
share/man/man1/ab.1.gz
share/man/man1/apxs.1.gz
share/man/man1/dbmmanage.1.gz
share/man/man1/htdbm.1.gz
share/man/man1/htdigest.1.gz
share/man/man1/htpasswd.1.gz
share/man/man1/httxt2dbm.1.gz
share/man/man1/logresolve.1.gz
share/man/man8/apachectl.8.gz
share/man/man8/fcgistarter.8.gz
share/man/man8/htcacheclean.8.gz
share/man/man8/httpd.8.gz
share/man/man8/rotatelogs.8.gz
%%SUEXEC%%share/man/man8/suexec.8.gz
sbin/apachectl
sbin/apxs
%%LOG_FORENSIC%%sbin/check_forensic
Expand Down

0 comments on commit 4ac41c3

Please sign in to comment.