diff options
Diffstat (limited to 'sysutils/gather/Makefile')
-rw-r--r-- | sysutils/gather/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/gather/Makefile b/sysutils/gather/Makefile index 41656a33beb3..68358749849f 100644 --- a/sysutils/gather/Makefile +++ b/sysutils/gather/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gather -# Date created: 14 February 2010 -# Whom: Mikolaj Golub <to.my.trociny@gmail.com> -# +# Created by: Mikolaj Golub <to.my.trociny@gmail.com> # $FreeBSD$ -# PORTNAME= gather PORTVERSION= 0.4.1 @@ -35,6 +31,7 @@ PORTDOCS= Changelog README PORTEXAMPLES= * .endif +NO_STAGE= yes do-install: @${INSTALL_SCRIPT} ${WRKSRC}/gather ${PREFIX}/bin/ @${INSTALL_MAN} ${WRKSRC}/gather.1 ${PREFIX}/man/man1 |