Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Jan 2014 19:13:34 +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: r340343 - head/astro/wmglobe
Message-ID:  <201401191913.s0JJDYBm058037@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun Jan 19 19:13:34 2014
New Revision: 340343
URL: http://svnweb.freebsd.org/changeset/ports/340343
QAT: https://qat.redports.org/buildarchive/r340343/

Log:
  Support stage

Modified:
  head/astro/wmglobe/Makefile

Modified: head/astro/wmglobe/Makefile
==============================================================================
--- head/astro/wmglobe/Makefile	Sun Jan 19 19:08:01 2014	(r340342)
+++ head/astro/wmglobe/Makefile	Sun Jan 19 19:13:34 2014	(r340343)
@@ -8,12 +8,12 @@ CATEGORIES=	astro windowmaker geography
 MASTER_SITES=	http://hamete.org/static/wmg/
 
 MAINTAINER=	will@FreeBSD.org
-COMMENT=	A neat xearth-like WindowMaker dockapp
+COMMENT=	Neat xearth-like WindowMaker dockapp
 
-LIB_DEPENDS=	libwraster.so:${PORTSDIR}/x11-wm/windowmaker
+LIB_DEPENDS=	libwraster.so:${PORTSDIR}/x11-wm/libwraster
 
-NO_STAGE=	yes
-MAN1=		wmglobe.1
-PLIST_FILES=	bin/wmglobe
+PLIST_FILES=	bin/wmglobe \
+		man/man1/wmglobe.1.gz
+MAKE_ARGS=	PREFIX=${STAGEDIR}${PREFIX}
 
 .include <bsd.port.mk>



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