mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Fix extraction
While here add shebangfix
This commit is contained in:
parent
1b77c44b69
commit
b6996169ee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317753
1 changed files with 4 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue