Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Nov 2013 11:33:54 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r334838 - head/multimedia/umph
Message-ID:  <201311251133.rAPBXsSR014173@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Nov 25 11:33:54 2013
New Revision: 334838
URL: http://svnweb.freebsd.org/changeset/ports/334838

Log:
  - Support STAGEDIR

Modified:
  head/multimedia/umph/Makefile

Modified: head/multimedia/umph/Makefile
==============================================================================
--- head/multimedia/umph/Makefile	Mon Nov 25 11:33:49 2013	(r334837)
+++ head/multimedia/umph/Makefile	Mon Nov 25 11:33:54 2013	(r334838)
@@ -19,10 +19,9 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 USE_PERL5=	configure
 USES=		perl5
 
-MAN1=		umph.1
 PLIST_DIRS=	${SITE_PERL_REL}/${PERL_ARCH}/auto/umph
 PLIST_FILES=	bin/umph \
-		${SITE_PERL_REL}/${PERL_ARCH}/auto/umph/.packlist
+		${SITE_PERL_REL}/${PERL_ARCH}/auto/umph/.packlist \
+		man/man1/umph.1.gz
 
-NO_STAGE=	yes
 .include <bsd.port.mk>



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