Skip to content

Commit

Permalink
devel/cflow: Move man pages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
Christian Weisgerber authored and Christian Weisgerber committed Mar 14, 2024
1 parent 03853f1 commit e299aec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion devel/cflow/Makefile
@@ -1,6 +1,6 @@
PORTNAME= cflow
PORTVERSION= 2.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= SUNSITE/devel/lang/c

Expand Down
2 changes: 1 addition & 1 deletion devel/cflow/files/patch-Makefile
Expand Up @@ -38,7 +38,7 @@
# set this to where to install
-BINDIR=$(PREFIX)/bin
+BINDIR=$(DESTDIR)$(PREFIX)/bin
+MANDIR=$(DESTDIR)$(PREFIX)/man/man1
+MANDIR=$(DESTDIR)$(PREFIX)/share/man/man1

SRCS=cflow.sh prcc.c prcg.c

Expand Down
2 changes: 1 addition & 1 deletion devel/cflow/pkg-plist
@@ -1,4 +1,4 @@
bin/cflow
bin/prcc
bin/prcg
man/man1/cflow.1.gz
share/man/man1/cflow.1.gz

0 comments on commit e299aec

Please sign in to comment.