svn commit: r559365 - head/audio/modplug-tools

Emanuel Haupt ehaupt at FreeBSD.org
Sun Dec 27 15:48:24 UTC 2020


Author: ehaupt
Date: Sun Dec 27 15:48:24 2020
New Revision: 559365
URL: https://svnweb.freebsd.org/changeset/ports/559365

Log:
  Install man pages.

Modified:
  head/audio/modplug-tools/Makefile

Modified: head/audio/modplug-tools/Makefile
==============================================================================
--- head/audio/modplug-tools/Makefile	Sun Dec 27 15:01:53 2020	(r559364)
+++ head/audio/modplug-tools/Makefile	Sun Dec 27 15:48:24 2020	(r559365)
@@ -3,6 +3,7 @@
 
 PORTNAME=	modplug-tools
 PORTVERSION=	0.5.4
+PORTREVISION=	1
 CATEGORIES=	audio
 
 MAINTAINER=	ehaupt at 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>


More information about the svn-ports-all mailing list