[Midnightbsd-cvs] mports [19034] trunk/archivers/arj/Makefile: Remove the old man lines.

root at midnightbsd.org root at midnightbsd.org
Sat May 16 10:15:09 EDT 2015


Revision: 19034
          http://svnweb.midnightbsd.org/mports/?rev=19034
Author:   root
Date:     2015-05-16 10:15:09 -0400 (Sat, 16 May 2015)
Log Message:
-----------
Remove the old man lines.

Modified Paths:
--------------
    trunk/archivers/arj/Makefile

Modified: trunk/archivers/arj/Makefile
===================================================================
--- trunk/archivers/arj/Makefile	2015-05-16 14:09:57 UTC (rev 19033)
+++ trunk/archivers/arj/Makefile	2015-05-16 14:15:09 UTC (rev 19034)
@@ -2,7 +2,7 @@
 
 PORTNAME=	arj
 PORTVERSION=	3.10.22
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	archivers
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/2.78_3.10%20build%2022
 
@@ -15,8 +15,8 @@
 
 MAKE_JOBS_UNSAFE=	yes
 
+USES=		gmake
 USE_AUTOTOOLS=	autoconf
-USE_GMAKE=	yes
 CONFIGURE_WRKSRC=	${WRKSRC}/gnu
 CFLAGS+=	-fPIC
 MAKEFILE=	GNUmakefile
@@ -24,8 +24,6 @@
 LANGUAGE?=	en
 MAKE_ENV+=	"LOCALE=${LANGUAGE}"
 
-MAN1=		arj-register.1 arj.1 arjdisp.1 rearj.1
-
 .include <bsd.mport.options.mk>
 
 post-patch:



More information about the Midnightbsd-cvs mailing list