fix shebang in p5-Net-UPnP example scripts
This commit is contained in:
parent
cd9cd5083f
commit
e8a17ca9c3
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2016/03/20 19:56:55 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2016/04/11 23:05:02 sthen Exp $
|
||||
|
||||
COMMENT= extension for UPnP
|
||||
|
||||
MODULES= cpan
|
||||
PKG_ARCH= *
|
||||
DISTNAME = Net-UPnP-1.4.3
|
||||
DISTNAME= Net-UPnP-1.4.3
|
||||
REVISION= 0
|
||||
CATEGORIES= net
|
||||
|
||||
# BSD
|
||||
@ -12,4 +13,7 @@ PERMIT_PACKAGE_CDROM= Yes
|
||||
|
||||
MODCPAN_EXAMPLES= Yes
|
||||
|
||||
post-extract:
|
||||
sed -i 's,^#!/usr/local/bin/perl,#!/usr/bin/perl,' ${WRKSRC}/examples/*pl
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user