Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Mar 2014 07:38:34 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r348516 - head/editors/edith
Message-ID:  <201403180738.s2I7cYvs012779@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Tue Mar 18 07:38:34 2014
New Revision: 348516
URL: http://svnweb.freebsd.org/changeset/ports/348516
QAT: https://qat.redports.org/buildarchive/r348516/

Log:
  Support staging

Modified:
  head/editors/edith/Makefile
  head/editors/edith/pkg-plist

Modified: head/editors/edith/Makefile
==============================================================================
--- head/editors/edith/Makefile	Tue Mar 18 07:31:13 2014	(r348515)
+++ head/editors/edith/Makefile	Tue Mar 18 07:38:34 2014	(r348516)
@@ -19,22 +19,17 @@ USE_LINUX_APPS=	xorglibs
 RESTRICTED=	Redistribution not allowed
 NO_BUILD=	yes
 
-MAN1=		edith.1
-MANCOMPRESSED=	no
-
 WRKSRC=		${WRKDIR}/edith
 EDITHDIR=	${PREFIX}/lib/edith
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/bin/linux/edith ${PREFIX}/bin
-	${MKDIR} ${EDITHDIR}
-	${MKDIR} ${EDITHDIR}/bin
-	${INSTALL_SCRIPT} ${WRKSRC}/bin/edi* ${EDITHDIR}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/bin/linux/edith ${STAGEDIR}${PREFIX}/bin
+	@${MKDIR} ${STAGEDIR}${EDITHDIR}/bin
+	${INSTALL_SCRIPT} ${WRKSRC}/bin/edi* ${STAGEDIR}${EDITHDIR}/bin
 .for i in defaults help
-	${MKDIR} ${EDITHDIR}/${i}
-	${INSTALL_DATA} ${WRKSRC}/${i}/* ${EDITHDIR}/${i}
+	@${MKDIR} ${STAGEDIR}${EDITHDIR}/${i}
+	${INSTALL_DATA} ${WRKSRC}/${i}/* ${STAGEDIR}${EDITHDIR}/${i}
 .endfor
-	${INSTALL_MAN} ${WRKSRC}/edith.1 ${PREFIX}/man/man1
+	${INSTALL_MAN} ${WRKSRC}/edith.1 ${STAGEDIR}${MANPREFIX}/man/man1
 
 .include <bsd.port.mk>

Modified: head/editors/edith/pkg-plist
==============================================================================
--- head/editors/edith/pkg-plist	Tue Mar 18 07:31:13 2014	(r348515)
+++ head/editors/edith/pkg-plist	Tue Mar 18 07:38:34 2014	(r348516)
@@ -72,6 +72,7 @@ lib/edith/help/trouble.html
 lib/edith/help/undoredo.html
 lib/edith/help/welcome.html
 lib/edith/help/windowsmenu.html
+man/man1/edith.1.gz
 @dirrm lib/edith/bin
 @dirrm lib/edith/defaults
 @dirrm lib/edith/help



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