Skip to content

Commit

Permalink
misc/dahdi: 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 21, 2024
1 parent 0ee50ef commit 996b403
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion misc/dahdi/Makefile
@@ -1,6 +1,6 @@
PORTNAME= dahdi
PORTVERSION= ${DAHDI_VERSION:S/-//g}
PORTREVISION= 7
PORTREVISION= 8
CATEGORIES= misc
MASTER_SITES= LOCAL/fjoe
DISTNAME= ${PORTNAME}-freebsd-complete-${DAHDI_VERSION}+${DAHDI_TOOLS_VERSION}
Expand All @@ -15,6 +15,7 @@ DAHDI_VERSION= 2.4.0-rc5
DAHDI_TOOLS_VERSION= 2.4.0-rc1

GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
USES= gmake
CONFIGURE_ARGS= --with-dahdi=../freebsd --sysconfdir=${PREFIX}/etc --with-newt=${LOCALBASE}
CONFIGURE_ENV= WGET=/usr/bin/fetch
Expand Down
12 changes: 6 additions & 6 deletions misc/dahdi/pkg-plist
Expand Up @@ -17,9 +17,9 @@ sbin/dahdi_speed
sbin/dahdi_test
sbin/dahdi_tool
sbin/fxotune
man/man8/dahdi_cfg.8.gz
man/man8/dahdi_monitor.8.gz
man/man8/dahdi_scan.8.gz
man/man8/dahdi_test.8.gz
man/man8/dahdi_tool.8.gz
man/man8/fxotune.8.gz
share/man/man8/dahdi_cfg.8.gz
share/man/man8/dahdi_monitor.8.gz
share/man/man8/dahdi_scan.8.gz
share/man/man8/dahdi_test.8.gz
share/man/man8/dahdi_tool.8.gz
share/man/man8/fxotune.8.gz

0 comments on commit 996b403

Please sign in to comment.