Date: Sat, 19 Oct 2013 01:43:44 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330818 - head/editors/chexedit Message-ID: <201310190143.r9J1hiYx068060@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sat Oct 19 01:43:44 2013 New Revision: 330818 URL: http://svnweb.freebsd.org/changeset/ports/330818 Log: - Support staging Modified: head/editors/chexedit/Makefile Modified: head/editors/chexedit/Makefile ============================================================================== --- head/editors/chexedit/Makefile Sat Oct 19 01:43:29 2013 (r330817) +++ head/editors/chexedit/Makefile Sat Oct 19 01:43:44 2013 (r330818) @@ -13,16 +13,13 @@ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Full screen text mode Hex editor using the [n]curses library LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes -PLIST_FILES= bin/chexedit +PLIST_FILES= bin/chexedit \ + man/man1/chexedit.1.gz -MAN1= chexedit.1 - -NO_STAGE= yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/hexedit ${PREFIX}/bin/chexedit - ${INSTALL_MAN} ${WRKSRC}/docs/hexedit.1 ${PREFIX}/man/man1/chexedit.1 + ${INSTALL_PROGRAM} ${WRKSRC}/src/hexedit ${STAGEDIR}${PREFIX}/bin/chexedit + ${INSTALL_MAN} ${WRKSRC}/docs/hexedit.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/chexedit.1 .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310190143.r9J1hiYx068060>