diff options
author | Renato Botelho <garga@FreeBSD.org> | 2024-01-15 18:28:14 -0300 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2024-01-15 18:37:37 -0300 |
commit | 7f57f63f9a604a479d6e8e5919ef0751aadda58d (patch) | |
tree | 5cae8b1d7892b6d7acf12a3325c2101bb49a9891 /www | |
parent | 655d05f219ce94898ce793802c45a8e71132a1eb (diff) | |
download | freebsd-ports-7f57f63f9a604a479d6e8e5919ef0751aadda58d.zip |
www/sarg: Move manpages to ${PREFIX}/share
Sponsored by: Rubicon Communications, LLC ("Netgate")
Diffstat (limited to 'www')
-rw-r--r-- | www/sarg/Makefile | 4 | ||||
-rw-r--r-- | www/sarg/pkg-plist | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/www/sarg/Makefile b/www/sarg/Makefile index 861f86765372..c64e85ddb81e 100644 --- a/www/sarg/Makefile +++ b/www/sarg/Makefile @@ -1,6 +1,6 @@ PORTNAME= sarg PORTVERSION= 2.4.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -18,7 +18,7 @@ OPTIONS_SUB= yes PHP_DESC= Install PHP for reporting generating USES= autoreconf gmake -GNU_CONFIGURE= yes +HAS_CONFIGURE= yes CONFIGURE_ARGS= --sysconfdir="${ETCDIR}" \ --enable-fontdir="${ETCDIR}/fonts" \ --enable-imagedir="${ETCDIR}/images" diff --git a/www/sarg/pkg-plist b/www/sarg/pkg-plist index 62adea631555..ec3212c2a040 100644 --- a/www/sarg/pkg-plist +++ b/www/sarg/pkg-plist @@ -10,7 +10,7 @@ etc/sarg/images/datetime.png etc/sarg/images/graph.png etc/sarg/images/sarg-squidguard-block.png etc/sarg/images/sarg.png -man/man1/sarg.1.gz +share/man/man1/sarg.1.gz %%PHP%%etc/sarg/sarg-php/COPYING %%PHP%%etc/sarg/sarg-php/INSTALL %%PHP%%etc/sarg/sarg-php/LANGUAGES |