diff options
Diffstat (limited to 'audio/mp3check/Makefile')
-rw-r--r-- | audio/mp3check/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/mp3check/Makefile b/audio/mp3check/Makefile index 2029299698b..ffd0326fdd6 100644 --- a/audio/mp3check/Makefile +++ b/audio/mp3check/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/02/11 01:46:30 abs Exp $ +# $NetBSD: Makefile,v 1.8 2004/12/03 15:14:51 wiz Exp $ DISTNAME= mp3check-0.8.0 CATEGORIES= audio @@ -12,7 +12,7 @@ COMMENT= Check MP3 files for consistency GNU_CONFIGURE= YES USE_LANGUAGES= c c++ -ALL_TARGET= mp3check +BUILD_TARGET= mp3check do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mp3check ${PREFIX}/bin |