Skip to content

Commit

Permalink
net/rdist6: move man pages
Browse files Browse the repository at this point in the history
  • Loading branch information
cschuber committed Mar 1, 2024
1 parent a046c6f commit 36174cb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion net/rdist6/Makefile
@@ -1,6 +1,6 @@
PORTNAME= rdist
PORTVERSION= 6.1.5
PORTREVISION= 7
PORTREVISION= 8
CATEGORIES= net
MASTER_SITES= https://fossies.org/linux/misc/old/ \
http://www.magnicomp.com/download/rdist/
Expand Down
10 changes: 5 additions & 5 deletions net/rdist6/files/patch-Makefile.local
@@ -1,5 +1,5 @@
--- Makefile.local.orig 1998-11-10 03:36:31 UTC
+++ Makefile.local
--- Makefile.local.orig 1998-11-09 19:36:31.000000000 -0800
+++ Makefile.local 2024-03-01 11:42:32.490584000 -0800
@@ -14,7 +14,9 @@
# BIN_DIR variable, you would uncomment the following line
# or add your own line.
Expand All @@ -11,16 +11,16 @@

#
# Add any local definitions you want pass to the compiler to DEFS_LOCAL
@@ -51,8 +53,8 @@ LIBS_LOCAL =
@@ -51,8 +53,8 @@
#
# Site specific Man Page configuration.
#
-#MAN_1_DIR = /usr/local/man/man1
-#MAN_8_DIR = /usr/local/man/man8
-#MAN_OWNER = bin
-#MAN_GROUP = bin
+MAN_1_DIR = ${STAGEDIR}$(PREFIX)/man/man1
+MAN_8_DIR = ${STAGEDIR}$(PREFIX)/man/man8
+MAN_1_DIR = ${STAGEDIR}$(PREFIX)/share/man/man1
+MAN_8_DIR = ${STAGEDIR}$(PREFIX)/share/man/man8
+MAN_OWNER = bin
+MAN_GROUP = bin
#MAN_MODE = 644
4 changes: 2 additions & 2 deletions net/rdist6/pkg-plist
Expand Up @@ -6,6 +6,6 @@ bin/rdistd
@mode 644
@owner root
@group bin
man/man1/%%RDIST_NAME%%.1.gz
man/man8/rdistd.8.gz
share/man/man1/%%RDIST_NAME%%.1.gz
share/man/man8/rdistd.8.gz

0 comments on commit 36174cb

Please sign in to comment.