[Midnightbsd-cvs] mports [16763] trunk/sysutils/screen: install man page always

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Sep 4 23:22:15 EDT 2014


Revision: 16763
          http://svnweb.midnightbsd.org/mports/?rev=16763
Author:   laffer1
Date:     2014-09-04 23:22:14 -0400 (Thu, 04 Sep 2014)
Log Message:
-----------
install man page always

Modified Paths:
--------------
    trunk/sysutils/screen/Makefile
    trunk/sysutils/screen/pkg-plist

Modified: trunk/sysutils/screen/Makefile
===================================================================
--- trunk/sysutils/screen/Makefile	2014-09-05 03:19:23 UTC (rev 16762)
+++ trunk/sysutils/screen/Makefile	2014-09-05 03:22:14 UTC (rev 16763)
@@ -16,7 +16,6 @@
 
 OPTIONS=	CJK "Treat CJK ambiguous characters as full width" OFF \
 		INFO "Build and install info documentation" ON \
-		MAN "Build and install man pages" ON \
 		NETHACK "Enable nethack-style messages" ON \
 		XTERM_256 "Enable support for 256 colour xterm" ON \
 		HOSTINLOCKED "Print user at host in locked message" OFF \
@@ -25,10 +24,7 @@
 .include <bsd.port.pre.mk>
 
 GNU_CONFIGURE=	yes
-.if defined(WITH_MAN)
-MAN1=		screen.1
 MAKE_ARGS+=	-DWITH_MAN
-.endif
 .if defined(WITH_INFO)
 .if !exists(/usr/bin/install-info)
 RUN_DEPENDS+=	install-info:${PORTSDIR}/print/texinfo

Modified: trunk/sysutils/screen/pkg-plist
===================================================================
--- trunk/sysutils/screen/pkg-plist	2014-09-05 03:19:23 UTC (rev 16762)
+++ trunk/sysutils/screen/pkg-plist	2014-09-05 03:22:14 UTC (rev 16763)
@@ -1,3 +1,4 @@
+man/man1/screen.1.gz
 bin/screen
 %%DATADIR%%/utf8encodings/01
 %%DATADIR%%/utf8encodings/02



More information about the Midnightbsd-cvs mailing list