diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-09 22:40:50 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-09 22:40:50 +0000 |
commit | b6996169eeacad27674987a0828c13440d9895d6 (patch) | |
tree | 46ecc1691b2037bdcf663666aa07c54b832b08b3 /x11-fonts | |
parent | 1b77c44b695ea2ba36ed7d70ce4a962afe3ec0e2 (diff) |
Fix extraction
While here add shebangfix
Notes
Notes:
svn path=/head/; revision=317753
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/mkbold/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/x11-fonts/mkbold/Makefile b/x11-fonts/mkbold/Makefile index ffc9ecdeb31a..8178906ec017 100644 --- a/x11-fonts/mkbold/Makefile +++ b/x11-fonts/mkbold/Makefile @@ -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 bold 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 |