aboutsummaryrefslogtreecommitdiff
path: root/audio/modplug-tools
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2020-12-27 15:48:24 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2020-12-27 15:48:24 +0000
commit1d7eefc1929b6962f9b5dbf4e69904e33ed05633 (patch)
tree7e9f5cb263525de663fe3be1cd66dff9953fbc98 /audio/modplug-tools
parentb9ea0762eecb794bd52a3c67d5f96297c96eb2c4 (diff)
downloadports-1d7eefc1929b6962f9b5dbf4e69904e33ed05633.tar.gz
ports-1d7eefc1929b6962f9b5dbf4e69904e33ed05633.zip
Install man pages.
Notes
Notes: svn path=/head/; revision=559365
Diffstat (limited to 'audio/modplug-tools')
-rw-r--r--audio/modplug-tools/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/audio/modplug-tools/Makefile b/audio/modplug-tools/Makefile
index 3cfc2b5b102a..4b1b2513f523 100644
--- a/audio/modplug-tools/Makefile
+++ b/audio/modplug-tools/Makefile
@@ -3,6 +3,7 @@
PORTNAME= modplug-tools
PORTVERSION= 0.5.4
+PORTREVISION= 1
CATEGORIES= audio
MAINTAINER= ehaupt@FreeBSD.org
@@ -20,6 +21,13 @@ GH_ACCOUNT= alexmyczko
GNU_CONFIGURE= yes
PLIST_FILES= bin/modplug123 \
- bin/modplugplay
+ bin/modplugplay \
+ share/man/man1/modplug123.1.gz \
+ share/man/man1/modplugplay.1.gz
+
+post-install:
+ ${MKDIR} ${STAGEDIR}${MANPREFIX}/share/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/modplug*.1 \
+ ${STAGEDIR}${MANPREFIX}/share/man/man1
.include <bsd.port.mk>