diff options
| author | Christian Weisgerber <naddy@FreeBSD.org> | 2024-03-19 15:46:06 +0000 |
|---|---|---|
| committer | Christian Weisgerber <naddy@FreeBSD.org> | 2024-03-19 20:12:42 +0000 |
| commit | 5575bbe04b78bda7e13e2cf87c95175d30af65ee (patch) | |
| tree | a80f292b4501cf3289cce7288f67e10b83754a54 | |
| parent | 4cdc7f189a67a3c985f8c187d0896a583d5126a4 (diff) | |
sysutils/reggae: Move man pages to share/man
Approved by: portmgr (blanket)
| -rw-r--r-- | sysutils/reggae/Makefile | 1 | ||||
| -rw-r--r-- | sysutils/reggae/files/patch-Makefile | 14 | ||||
| -rw-r--r-- | sysutils/reggae/pkg-plist | 2 |
3 files changed, 16 insertions, 1 deletions
diff --git a/sysutils/reggae/Makefile b/sysutils/reggae/Makefile index f2aba19fedcd..9d3c5b788e2a 100644 --- a/sysutils/reggae/Makefile +++ b/sysutils/reggae/Makefile @@ -1,5 +1,6 @@ PORTNAME= reggae DISTVERSION= 0.3.11 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= meka@tilda.center diff --git a/sysutils/reggae/files/patch-Makefile b/sysutils/reggae/files/patch-Makefile new file mode 100644 index 000000000000..4bc287af8e84 --- /dev/null +++ b/sysutils/reggae/files/patch-Makefile @@ -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: diff --git a/sysutils/reggae/pkg-plist b/sysutils/reggae/pkg-plist index 5624e985997a..8a8c1ebb8def 100644 --- a/sysutils/reggae/pkg-plist +++ b/sysutils/reggae/pkg-plist @@ -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 |
