svn commit: r317753 - head/x11-fonts/mkbold

Baptiste Daroussin bapt at FreeBSD.org
Thu May 9 22:40:50 UTC 2013


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


More information about the svn-ports-all mailing list