svn commit: r332809 - head/misc/colortail

Thomas Abthorpe tabthorpe at FreeBSD.org
Tue Nov 5 04:42:48 UTC 2013


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 at 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>


More information about the svn-ports-all mailing list