Skip to content

Commit

Permalink
sysutils/ddpt: Move man pages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
nunotexbsd committed Mar 22, 2024
1 parent 24f8e84 commit 2973e52
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions sysutils/ddpt/Makefile
@@ -1,5 +1,6 @@
PORTNAME= ddpt
PORTVERSION= 0.97
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://sg.danny.cz/sg/p/

Expand All @@ -13,12 +14,13 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USES= gmake tar:tgz
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share

PLIST_FILES= bin/ddpt
PLIST_FILES+= bin/ddptctl
PLIST_FILES+= bin/ddpt_sgl
PLIST_FILES+= man/man8/ddpt.8.gz
PLIST_FILES+= man/man8/ddptctl.8.gz
PLIST_FILES+= man/man8/ddpt_sgl.8.gz
PLIST_FILES+= share/man/man8/ddpt.8.gz
PLIST_FILES+= share/man/man8/ddptctl.8.gz
PLIST_FILES+= share/man/man8/ddpt_sgl.8.gz

.include <bsd.port.mk>

0 comments on commit 2973e52

Please sign in to comment.