diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-02-06 13:12:53 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-02-06 13:12:53 +0000 |
commit | a049dd78cc281272f3788b3d4689a744f774e543 (patch) | |
tree | 66d70fb91dc5864b35d61d893e0a68c0b62d3eb9 /audio/cue2toc | |
parent | Update to use PERL_MODBUILD and reorder *_DEPENDS so that devel/p5-Module-Build (diff) |
Use PLIST_FILES (bento-tested, marcus-reviewed).
Diffstat (limited to 'audio/cue2toc')
-rw-r--r-- | audio/cue2toc/Makefile | 1 | ||||
-rw-r--r-- | audio/cue2toc/pkg-plist | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/audio/cue2toc/Makefile b/audio/cue2toc/Makefile index 59a47e07f654..28f3083bc60c 100644 --- a/audio/cue2toc/Makefile +++ b/audio/cue2toc/Makefile @@ -16,6 +16,7 @@ COMMENT= Perl script that converts CUE files into TOC files for cdrdao RUN_DEPENDS= ${SITE_PERL}/Audio/Wav.pm:${PORTSDIR}/audio/p5-Audio-Wav NO_BUILD= yes +PLIST_FILES= bin/cue2toc USE_REINPLACE= yes pre-patch: diff --git a/audio/cue2toc/pkg-plist b/audio/cue2toc/pkg-plist deleted file mode 100644 index c1b0bfd4c5e4..000000000000 --- a/audio/cue2toc/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/cue2toc |