Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Dec 2013 23:33:06 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r336388 - head/x11/xmotd
Message-ID:  <201312132333.rBDNX65h078175@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Dec 13 23:33:05 2013
New Revision: 336388
URL: http://svnweb.freebsd.org/changeset/ports/336388

Log:
  Support stage

Modified:
  head/x11/xmotd/Makefile

Modified: head/x11/xmotd/Makefile
==============================================================================
--- head/x11/xmotd/Makefile	Fri Dec 13 23:31:48 2013	(r336387)
+++ head/x11/xmotd/Makefile	Fri Dec 13 23:33:05 2013	(r336388)
@@ -15,13 +15,12 @@ USE_XORG=	ice sm x11 xaw xext xmu xt
 NO_INSTALL_MANPAGES=	yes
 XFREE86_HTML_MAN=	no
 
-MAN8=		xmotd.8
-PLIST_FILES=	bin/xmotd
+PLIST_FILES=	bin/xmotd \
+		man/man8/xmotd.8.gz
 
 OPTIONS_DEFINE=	HTML MOTIF XPM
 HTML_DESC=	Use HTML widget instead of ASCII text
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MHTML}
@@ -57,7 +56,7 @@ post-patch:
 .endif
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/xmotd ${LOCALBASE}/bin/xmotd
-	${INSTALL_MAN} ${WRKSRC}/xmotd.8 ${MANPREFIX}/man/man8
+	${INSTALL_PROGRAM} ${WRKSRC}/xmotd ${STAGEDIR}${LOCALBASE}/bin/xmotd
+	${INSTALL_MAN} ${WRKSRC}/xmotd.8 ${STAGEDIR}${MANPREFIX}/man/man8
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312132333.rBDNX65h078175>