Date: Tue, 5 Nov 2013 04:42:48 +0000 (UTC) From: Thomas Abthorpe <tabthorpe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332809 - head/misc/colortail Message-ID: <201311050442.rA54gmYK099503@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tabthorpe Date: Tue Nov 5 04:42:48 2013 New Revision: 332809 URL: http://svnweb.freebsd.org/changeset/ports/332809 Log: - Add stage support Modified: head/misc/colortail/Makefile Modified: head/misc/colortail/Makefile ============================================================================== --- head/misc/colortail/Makefile Tue Nov 5 04:42:12 2013 (r332808) +++ head/misc/colortail/Makefile Tue Nov 5 04:42:48 2013 (r332809) @@ -9,14 +9,16 @@ MASTER_SITES= http://joakimandersson.se/ MAINTAINER= tabthorpe@FreeBSD.org COMMENT= A colour-able replacement for tail(1) +LICENCE= GPLv2 GNU_CONFIGURE= yes -NO_STAGE= yes -post-install: +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/colortail ${STAGEDIR}${PREFIX}/bin + .if !defined(NOPORTDOCS) - @${MKDIR} ${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/example-conf/conf* ${EXAMPLESDIR} + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/example-conf/conf* ${STAGEDIR}${EXAMPLESDIR} .endif .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311050442.rA54gmYK099503>