svn commit: r347094 - head/graphics/pho

Alexey Dokuchaev danfe at FreeBSD.org
Wed Mar 5 03:21:25 UTC 2014


Author: danfe
Date: Wed Mar  5 03:21:24 2014
New Revision: 347094
URL: http://svnweb.freebsd.org/changeset/ports/347094
QAT: https://qat.redports.org/buildarchive/r347094/

Log:
  Stagify the port.

Modified:
  head/graphics/pho/Makefile

Modified: head/graphics/pho/Makefile
==============================================================================
--- head/graphics/pho/Makefile	Wed Mar  5 03:17:04 2014	(r347093)
+++ head/graphics/pho/Makefile	Wed Mar  5 03:21:24 2014	(r347094)
@@ -13,14 +13,12 @@ LICENSE=	GPLv2
 
 USES=		gmake pkgconfig
 USE_GNOME=	gtk20
-MAKE_ARGS=	INSTALLPREFIX="${PREFIX}"
+MAKE_ARGS=	INSTALLPREFIX="${STAGEDIR}${PREFIX}"
 ALL_TARGET=	${PORTNAME}
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
-MAN1=		${PORTNAME}.1
-PLIST_FILES=	bin/${PORTNAME}
+PLIST_FILES=	bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|make|$$(MAKE)| ; \
 		/bin/s|$$(INSTALL)|${INSTALL_PROGRAM}| ; \


More information about the svn-ports-all mailing list