diff options
Diffstat (limited to 'sysutils/cronolog/Makefile')
-rw-r--r-- | sysutils/cronolog/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sysutils/cronolog/Makefile b/sysutils/cronolog/Makefile index ae84694..174f863 100644 --- a/sysutils/cronolog/Makefile +++ b/sysutils/cronolog/Makefile @@ -1,20 +1,20 @@ # New ports collection makefile for: cronolog -# Version required: 1.6.1 # Date created: 20 January 2000 # Whom: Mark Blackman <tmb_ports@maddog.u-net.com> # # $FreeBSD$ # -DISTNAME= cronolog-1.6.1 -CATEGORIES= sysutils -MASTER_SITES= http://www.ford-mason.co.uk/resources/cronolog/ +PORTNAME= cronolog +PORTVERSION= 1.6.1 +CATEGORIES= sysutils +MASTER_SITES= http://www.ford-mason.co.uk/resources/cronolog/ -MAINTAINER= tmb_ports@maddog.u-net.com +MAINTAINER= tmb_ports@maddog.u-net.com -MAN1= cronolog.1m cronosplit.1m +MAN1= cronolog.1m cronosplit.1m -GNU_CONFIGURE= yes +GNU_CONFIGURE= yes post-install: ${STRIP} ${PREFIX}/sbin/cronolog |