Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jan 2014 15:52:56 +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: r341419 - head/editors/hexedit
Message-ID:  <201401271552.s0RFqvoZ075925@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Mon Jan 27 15:52:56 2014
New Revision: 341419
URL: http://svnweb.freebsd.org/changeset/ports/341419
QAT: https://qat.redports.org/buildarchive/r341419/

Log:
  Support staging.

Modified:
  head/editors/hexedit/Makefile

Modified: head/editors/hexedit/Makefile
==============================================================================
--- head/editors/hexedit/Makefile	Mon Jan 27 15:47:49 2014	(r341418)
+++ head/editors/hexedit/Makefile	Mon Jan 27 15:52:56 2014	(r341419)
@@ -15,13 +15,11 @@ LICENSE=	GPLv2
 WRKSRC=		${WRKDIR}/${DISTNAME:S/-${PORTVERSION}//}
 
 GNU_CONFIGURE=	yes
-MAN1=		hexedit.1
 
-PLIST_FILES=	bin/hexedit
+PLIST_FILES=	bin/hexedit man/man1/hexedit.1.gz
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/hexedit ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/hexedit.1 ${PREFIX}/man/man1
+	${INSTALL_PROGRAM} ${WRKSRC}/hexedit ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/hexedit.1 ${STAGEDIR}${PREFIX}/man/man1
 
 .include <bsd.port.mk>



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