[Midnightbsd-cvs] mports [19114] trunk/archivers/arc/Makefile: fix man page installation
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun May 24 16:17:34 EDT 2015
Revision: 19114
http://svnweb.midnightbsd.org/mports/?rev=19114
Author: laffer1
Date: 2015-05-24 16:17:33 -0400 (Sun, 24 May 2015)
Log Message:
-----------
fix man page installation
Modified Paths:
--------------
trunk/archivers/arc/Makefile
Modified: trunk/archivers/arc/Makefile
===================================================================
--- trunk/archivers/arc/Makefile 2015-05-24 20:16:27 UTC (rev 19113)
+++ trunk/archivers/arc/Makefile 2015-05-24 20:17:33 UTC (rev 19114)
@@ -2,7 +2,7 @@
PORTNAME= arc
PORTVERSION= 5.21p
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= archivers
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
@@ -10,9 +10,8 @@
COMMENT= Create & extract files from DOS .ARC files
LICENSE= gpl2
-PLIST_FILES= bin/arc bin/marc
+PLIST_FILES= bin/arc bin/marc man/man1/arc.1.gz
PORTDOCS= Arc521.doc
-MAN1= arc.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/arc ${WRKSRC}/marc ${PREFIX}/bin
More information about the Midnightbsd-cvs
mailing list