Skip to content

Commit

Permalink
net/ifdepd: 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 8d6cd96 commit 5985ec8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions net/ifdepd/Makefile
@@ -1,6 +1,6 @@
PORTNAME= ifdepd
PORTVERSION= 20110412
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= http://alex.bmg.gv.at/programs/

Expand All @@ -10,10 +10,10 @@ COMMENT= Interface Dependency daemon
USE_RC_SUBR= ${PORTNAME}

PLIST_FILES= bin/ifdepd \
man/man8/ifdepd.8.gz
share/man/man8/ifdepd.8.gz

do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ifdepd ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/ifdepd.8 ${STAGEDIR}${PREFIX}/man/man8
${INSTALL_MAN} ${WRKSRC}/ifdepd.8 ${STAGEDIR}${PREFIX}/share/man/man8

.include <bsd.port.mk>

0 comments on commit 5985ec8

Please sign in to comment.