aboutsummaryrefslogtreecommitdiff
path: root/misc/colortail
diff options
context:
space:
mode:
authorThomas Abthorpe <tabthorpe@FreeBSD.org>2013-11-05 04:42:48 +0000
committerThomas Abthorpe <tabthorpe@FreeBSD.org>2013-11-05 04:42:48 +0000
commit6fce3c972e1693a9a9b1fd6980ed262e16c45536 (patch)
treef0c49ba83b33ebb6aa657bccffb15024f2ff60c4 /misc/colortail
parent418c50ee1ccecb671f11c84b89ae0adb1d234d01 (diff)
downloadports-6fce3c972e1693a9a9b1fd6980ed262e16c45536.tar.gz
ports-6fce3c972e1693a9a9b1fd6980ed262e16c45536.zip
- Add stage support
Notes
Notes: svn path=/head/; revision=332809
Diffstat (limited to 'misc/colortail')
-rw-r--r--misc/colortail/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/misc/colortail/Makefile b/misc/colortail/Makefile
index 147f16bfb9b3..ddcbbe13370c 100644
--- a/misc/colortail/Makefile
+++ b/misc/colortail/Makefile
@@ -9,14 +9,16 @@ MASTER_SITES= http://joakimandersson.se/files/
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>