[Midnightbsd-cvs] mports [19106] trunk/misc/help2man/Makefile: drop circular depends issue
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat May 23 23:03:14 EDT 2015
Revision: 19106
http://svnweb.midnightbsd.org/mports/?rev=19106
Author: laffer1
Date: 2015-05-23 23:03:14 -0400 (Sat, 23 May 2015)
Log Message:
-----------
drop circular depends issue
Modified Paths:
--------------
trunk/misc/help2man/Makefile
Modified: trunk/misc/help2man/Makefile
===================================================================
--- trunk/misc/help2man/Makefile 2015-05-24 03:00:07 UTC (rev 19105)
+++ trunk/misc/help2man/Makefile 2015-05-24 03:03:14 UTC (rev 19106)
@@ -2,7 +2,7 @@
PORTNAME= help2man
PORTVERSION= 1.43.3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= misc
MASTER_SITES= GNU/${PORTNAME}
@@ -15,12 +15,12 @@
CFLAGS+= -L${LOCALBASE}/lib
GNU_CONFIGURE= yes
-USES= gmake
+USES= gmake:lite perl5
USE_PERL5= yes
INFO= ${PORTNAME}
-MAN1= ${PORTNAME}.1
-PLIST_FILES= bin/${PORTNAME}
+PLIST_FILES= bin/${PORTNAME} \
+ man/man1/help2man.1.gz
.include <bsd.mport.options.mk>
More information about the Midnightbsd-cvs
mailing list