Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 May 2013 22:40:50 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317753 - head/x11-fonts/mkbold
Message-ID:  <201305092240.r49MeoV4074480@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu May  9 22:40:50 2013
New Revision: 317753
URL: http://svnweb.freebsd.org/changeset/ports/317753

Log:
  Fix extraction
  While here add shebangfix

Modified:
  head/x11-fonts/mkbold/Makefile

Modified: head/x11-fonts/mkbold/Makefile
==============================================================================
--- head/x11-fonts/mkbold/Makefile	Thu May  9 22:37:44 2013	(r317752)
+++ head/x11-fonts/mkbold/Makefile	Thu May  9 22:40:50 2013	(r317753)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:   mkbold
-# Date created:        4 January 2002
-# Whom:			KOMATSU Shinichiro
-#
+# Created by: KOMATSU Shinichiro
 # $FreeBSD$
-#
 
 PORTNAME=	mkbold
 PORTVERSION=	1.0
@@ -18,8 +14,10 @@ COMMENT=	Perl script to make BDF font bo
 CONFLICTS=	mkbold-mkitalic-[0-9]*
 
 PLIST_FILES=	bin/mkbold
+USES=		shebangfix
+SHEBANG_FILES=	mkbold
 USE_PERL5=	yes
-EXTRACT_CMD=	${GZCAT}
+EXTRACT_CMD=	${BZCAT}
 EXTRACT_BEFORE_ARGS=	#
 EXTRACT_AFTER_ARGS=	> ${WRKSRC}/mkbold
 NO_WRKSUBDIR=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305092240.r49MeoV4074480>