Skip to content

Commit

Permalink
databases/dbow: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Feb 22, 2024
1 parent a517a2d commit cd6e46a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion databases/dbow/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= dbow
PORTVERSION= 0.7
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= databases devel
MASTER_SITES= SF

Expand Down
2 changes: 1 addition & 1 deletion databases/dbow/files/patch-doc__Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@

install:
- install -C -m 444 dbow.1 $(PREFIX)/man/man1
+ install -C -m 444 dbow.1 $(DESTDIR)$(PREFIX)/man/man1
+ install -C -m 444 dbow.1 $(DESTDIR)$(PREFIX)/share/man/man1

clean:
2 changes: 1 addition & 1 deletion databases/dbow/pkg-plist
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
bin/dbow
include/dbow.h
lib/libdbow.a
man/man1/dbow.1.gz
share/man/man1/dbow.1.gz
%%DATADIR%%/c.m4
%%DATADIR%%/mysql.m4
%%DATADIR%%/perl.m4
Expand Down

0 comments on commit cd6e46a

Please sign in to comment.