Skip to content

Commit

Permalink
net/qadsl: 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 25, 2024
1 parent 279be50 commit 4491910
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions net/qadsl/Makefile
@@ -1,6 +1,6 @@
PORTNAME= qadsl
PORTVERSION= 1.3.3
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= net
MASTER_SITES= SAVANNAH/alive

Expand All @@ -15,13 +15,14 @@ USE_RC_SUBR= qadsl
SUB_FILES= pkg-message

GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --with-global-cfg=${PREFIX}/etc/qadsl.conf \
--with-pidfile=/var/run/qadsl.pid

INFO= qadsl
PLIST_FILES= sbin/qadsl etc/qadsl.conf.sample \
man/man5/qadsl.conf.5.gz \
man/man8/qadsl.8.gz
share/man/man5/qadsl.conf.5.gz \
share/man/man8/qadsl.8.gz

post-extract:
@${CP} ${WRKSRC}/etc/qadsl.conf ${WRKSRC}/etc/qadsl.conf.sample
Expand Down

0 comments on commit 4491910

Please sign in to comment.