mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
Convert to use the new shebangfix uses
This commit is contained in:
parent
358325c418
commit
1f5288657b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317556
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: abcselect
|
||||
# Date created: 11 March 2002
|
||||
# Whom: Sue Blake <sue@FreeBSD.org>
|
||||
#
|
||||
# Created by: Sue Blake <sue@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= abcselect
|
||||
PORTVERSION= 1.5
|
||||
@ -14,15 +10,15 @@ DISTNAME= ${PORTNAME}
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Extract parts, movements, etc from abc music files
|
||||
|
||||
USE_PERL5= yes
|
||||
USES= shebangfix
|
||||
USE_PERL5_RUN= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
SHEBANG_FILES= abcselect
|
||||
|
||||
MAN1= abcselect.1
|
||||
PLIST_FILES= bin/abcselect
|
||||
|
||||
post-patch:
|
||||
@${PERL} -pi -e "s,/usr/bin/perl,${SETENV} perl,g" ${WRKSRC}/abcselect
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/abcselect ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/abcselect.1 ${MANPREFIX}/man/man1
|
||||
|
Loading…
Reference in New Issue
Block a user