diff options
author | Nuno Teixeira <eduardo@FreeBSD.org> | 2024-03-03 11:55:13 +0000 |
---|---|---|
committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2024-03-03 12:35:43 +0000 |
commit | cfdd391542cb685be79c45c13ee70346d5d53efa (patch) | |
tree | 0f7eae77c45ea41203fa253ce0292fe3f746ad53 | |
parent | c24cfe25df5801e2da3049b19f81587daa3fc073 (diff) |
deskutils/rolo: Move man pages to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | deskutils/rolo/Makefile | 2 | ||||
-rw-r--r-- | deskutils/rolo/pkg-plist | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/deskutils/rolo/Makefile b/deskutils/rolo/Makefile index e46514358165..2a4bcf297f2b 100644 --- a/deskutils/rolo/Makefile +++ b/deskutils/rolo/Makefile @@ -1,5 +1,6 @@ PORTNAME= rolo PORTVERSION= 011 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= SF @@ -14,6 +15,7 @@ LIB_DEPENDS= libvc.so:devel/libvc USES= localbase ncurses tar:bzip2 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share OPTIONS_DEFINE= DOCS diff --git a/deskutils/rolo/pkg-plist b/deskutils/rolo/pkg-plist index 4d150e56483f..ae6e9659ee86 100644 --- a/deskutils/rolo/pkg-plist +++ b/deskutils/rolo/pkg-plist @@ -1,5 +1,5 @@ bin/rolo -man/man1/rolo.1.gz +share/man/man1/rolo.1.gz %%PORTDOCS%%share/doc/rolo/AUTHORS %%PORTDOCS%%share/doc/rolo/ChangeLog %%PORTDOCS%%share/doc/rolo/NEWS |