Skip to content

Commit

Permalink
archivers/lizard: move manpages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
tagattie authored and arrowd committed Jan 27, 2024
1 parent bafc667 commit 96fb67a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
1 change: 1 addition & 0 deletions archivers/lizard/Makefile
@@ -1,6 +1,7 @@
PORTNAME= lizard
DISTVERSIONPREFIX= v
DISTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= archivers

MAINTAINER= tagattie@FreeBSD.org
Expand Down
11 changes: 11 additions & 0 deletions archivers/lizard/files/patch-programs_Makefile
@@ -0,0 +1,11 @@
--- programs/Makefile.orig 2024-01-24 05:25:28 UTC
+++ programs/Makefile
@@ -117,7 +117,7 @@ BINDIR ?= $(PREFIX)/bin
DESTDIR ?=
BINDIR ?= $(PREFIX)/bin

-ifneq (,$(filter $(shell uname),OpenBSD FreeBSD NetBSD DragonFly SunOS))
+ifneq (,$(filter $(shell uname),OpenBSD NetBSD DragonFly SunOS))
MANDIR ?= $(PREFIX)/man/man1
else
MANDIR ?= $(PREFIX)/share/man/man1
6 changes: 3 additions & 3 deletions archivers/lizard/pkg-plist
Expand Up @@ -9,6 +9,6 @@ lib/liblizard.so
lib/liblizard.so.1
lib/liblizard.so.1.0.0
libdata/pkgconfig/liblizard.pc
man/man1/lizard.1.gz
man/man1/lizardcat.1.gz
man/man1/unlizard.1.gz
share/man/man1/lizard.1.gz
share/man/man1/lizardcat.1.gz
share/man/man1/unlizard.1.gz

0 comments on commit 96fb67a

Please sign in to comment.