[Midnightbsd-cvs] mports [21361] trunk/sysutils/scan_ffs/Makefile: fix man page install

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Apr 5 17:42:51 EDT 2016


Revision: 21361
          http://svnweb.midnightbsd.org/mports/?rev=21361
Author:   laffer1
Date:     2016-04-05 17:42:51 -0400 (Tue, 05 Apr 2016)
Log Message:
-----------
fix man page install

Modified Paths:
--------------
    trunk/sysutils/scan_ffs/Makefile

Modified: trunk/sysutils/scan_ffs/Makefile
===================================================================
--- trunk/sysutils/scan_ffs/Makefile	2016-04-05 21:41:10 UTC (rev 21360)
+++ trunk/sysutils/scan_ffs/Makefile	2016-04-05 21:42:51 UTC (rev 21361)
@@ -2,6 +2,7 @@
 
 PORTNAME=	scan_ffs
 PORTVERSION=	1.2
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.ranner.eu/stuff/
 
@@ -12,8 +13,7 @@
 
 USES=		tar:bzip2
 
-MAN8=		scan_ffs.8
-PLIST_FILES=	sbin/scan_ffs
+PLIST_FILES=	sbin/scan_ffs man/man8/scan_ffs.8.gz
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/scan_ffs ${PREFIX}/sbin/.



More information about the Midnightbsd-cvs mailing list