sysutils/reggae: Move man pages to share/man
Approved by: portmgr (blanket)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user