svn commit: r341419 - head/editors/hexedit

Emanuel Haupt ehaupt at FreeBSD.org
Mon Jan 27 15:52:57 UTC 2014


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>


More information about the svn-ports-all mailing list