mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
sysutils/reggae: Move man pages to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
4cdc7f189a
commit
5575bbe04b
3 changed files with 16 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= reggae
|
||||
DISTVERSION= 0.3.11
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= meka@tilda.center
|
||||
|
|
14
sysutils/reggae/files/patch-Makefile
Normal file
14
sysutils/reggae/files/patch-Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
--- Makefile.orig 2024-03-19 15:44:53 UTC
|
||||
+++ Makefile
|
||||
@@ -161,9 +161,9 @@ install_man:
|
||||
.endfor
|
||||
|
||||
install_man:
|
||||
- install -d ${DESTDIR}${PREFIX}/man/man1
|
||||
+ install -d ${DESTDIR}${PREFIX}/share/man/man1
|
||||
.for man_file in ${MAN_FILES}
|
||||
- install -m 0644 man/${man_file}.gz ${DESTDIR}${PREFIX}/man/man1
|
||||
+ install -m 0644 man/${man_file}.gz ${DESTDIR}${PREFIX}/share/man/man1
|
||||
.endfor
|
||||
|
||||
install_profile:
|
|
@ -1,6 +1,6 @@
|
|||
bin/reggae
|
||||
@sample %%ETCDIR%%.conf.sample
|
||||
man/man1/reggae.1.gz
|
||||
share/man/man1/reggae.1.gz
|
||||
%%DATADIR%%/cbsd-profile/jail-freebsd-reggae.conf
|
||||
%%DATADIR%%/cbsd-profile/skel/etc/crontab
|
||||
%%DATADIR%%/cbsd-profile/skel/etc/group
|
||||
|
|
Loading…
Add table
Reference in a new issue