svn commit: r353619 - head/math/orpie

Raphael Kubo da Costa rakuco at FreeBSD.org
Sat May 10 22:03:20 UTC 2014


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>


More information about the svn-ports-head mailing list