Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 May 2014 22:03:19 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r353619 - head/math/orpie
Message-ID:  <201405102203.s4AM3JPa068956@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Sat May 10 22:03:19 2014
New Revision: 353619
URL: http://svnweb.freebsd.org/changeset/ports/353619
QAT: https://qat.redports.org/buildarchive/r353619/

Log:
  Support staging.

Modified:
  head/math/orpie/Makefile

Modified: head/math/orpie/Makefile
==============================================================================
--- head/math/orpie/Makefile	Sat May 10 22:00:59 2014	(r353618)
+++ head/math/orpie/Makefile	Sat May 10 22:03:19 2014	(r353619)
@@ -18,10 +18,8 @@ USE_GMAKE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-PLIST_FILES=	bin/orpie bin/orpie-curses-keys etc/orpierc
+PLIST_FILES=	bin/orpie bin/orpie-curses-keys etc/orpierc \
+		man/man1/orpie.1.gz man/man1/orpie-curses-keys.1.gz \
+		man/man5/orpierc.5.gz
 
-MAN1=		orpie.1 orpie-curses-keys.1
-MAN5=		orpierc.5
-
-NO_STAGE=	yes
 .include <bsd.port.mk>



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