diff options
author | az <az@FreeBSD.org> | 2013-09-13 01:07:08 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-13 01:07:08 +0800 |
commit | 0a40dc2375b36f8b0dde18c64f7a94194d1f8190 (patch) | |
tree | ec18cef613a0fc54432d428850a3c719902d7112 /audio | |
parent | c40d62ac5a658e66041580a018de18efae1ded0f (diff) | |
download | freebsd-ports-gnome-0a40dc2375b36f8b0dde18c64f7a94194d1f8190.tar.gz freebsd-ports-gnome-0a40dc2375b36f8b0dde18c64f7a94194d1f8190.tar.zst freebsd-ports-gnome-0a40dc2375b36f8b0dde18c64f7a94194d1f8190.zip |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/cmus-post.fm/Makefile | 4 | ||||
-rw-r--r-- | audio/mp32ogg/Makefile | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/audio/cmus-post.fm/Makefile b/audio/cmus-post.fm/Makefile index 2cf35cc89ece..1e1d49d82fa9 100644 --- a/audio/cmus-post.fm/Makefile +++ b/audio/cmus-post.fm/Makefile @@ -13,9 +13,9 @@ COMMENT= Last.fm submitter RUN_DEPENDS= p5-libwww>=5.805:${PORTSDIR}/www/p5-libwww \ p5-Storable>=0:${PORTSDIR}/devel/p5-Storable -USES= shebangfix +USES= shebangfix perl5 USE_BZIP2= yes -USE_PERL5_RUN= yes +USE_PERL5= run SUB_FILES= pkg-message NO_BUILD= yes PLIST_FILES= libexec/${PORTNAME} %%EXAMPLESDIR%%/${PORTNAME}.conf diff --git a/audio/mp32ogg/Makefile b/audio/mp32ogg/Makefile index 43a027fbfbf1..3361326fb59f 100644 --- a/audio/mp32ogg/Makefile +++ b/audio/mp32ogg/Makefile @@ -18,8 +18,7 @@ RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 \ p5-MP3-Info>=0:${PORTSDIR}/audio/p5-MP3-Info \ p5-String-ShellQuote>=0:${PORTSDIR}/textproc/p5-String-ShellQuote -USE_PERL5= yes -USES= shebangfix +USES= shebangfix perl5 SHEBANG_FILES= mp32ogg NO_WRKSUBDIR= yes EXTRACT_CMD= ${CP} |