mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
mail/alpine: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
64de6d7922
commit
03d1663ba7
2 changed files with 5 additions and 3 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME?= alpine
|
PORTNAME?= alpine
|
||||||
DISTVERSION= 2.26
|
DISTVERSION= 2.26
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES?= mail news
|
CATEGORIES?= mail news
|
||||||
MASTER_SITES= https://repo.or.cz/alpine.git/snapshot/${GIT_COMMIT}${EXTRACT_SUFX}?dummy=/
|
MASTER_SITES= https://repo.or.cz/alpine.git/snapshot/${GIT_COMMIT}${EXTRACT_SUFX}?dummy=/
|
||||||
|
|
||||||
|
@ -15,6 +16,7 @@ USES+= cpe ssl libtool ncurses gettext-runtime
|
||||||
CPE_VENDOR= alpine_project
|
CPE_VENDOR= alpine_project
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||||
MAKE_JOBS_UNSAFE= yes
|
MAKE_JOBS_UNSAFE= yes
|
||||||
CONFIGURE_ARGS+= --with-debug-level=2 \
|
CONFIGURE_ARGS+= --with-debug-level=2 \
|
||||||
--enable-background-post \
|
--enable-background-post \
|
||||||
|
|
|
@ -2,6 +2,6 @@ bin/alpine
|
||||||
bin/rpdump
|
bin/rpdump
|
||||||
bin/rpload
|
bin/rpload
|
||||||
etc/alpine.conf.sample
|
etc/alpine.conf.sample
|
||||||
man/man1/alpine.1.gz
|
share/man/man1/alpine.1.gz
|
||||||
man/man1/rpdump.1.gz
|
share/man/man1/rpdump.1.gz
|
||||||
man/man1/rpload.1.gz
|
share/man/man1/rpload.1.gz
|
||||||
|
|
Loading…
Add table
Reference in a new issue