From 93c013d44b2d6c09ad9378763be97fb64ccd79c2 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Mon, 25 Nov 2013 11:33:38 +0000 Subject: [PATCH] - Add LICENSE - Simplify MAKEFILE - Support STAGEDIR --- audio/mp3val/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/audio/mp3val/Makefile b/audio/mp3val/Makefile index 40ff2a15c9a9..9889865c5292 100644 --- a/audio/mp3val/Makefile +++ b/audio/mp3val/Makefile @@ -10,14 +10,15 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= sunpoet@FreeBSD.org COMMENT= Program for MPEG audio stream validation +LICENSE= GPLv2 + ALL_TARGET= mp3val -MAKEFILE= ${WRKSRC}/Makefile.linux +MAKEFILE= Makefile.linux USES= gmake -NO_STAGE= yes PLIST_FILES= bin/mp3val do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/mp3val ${PREFIX}/bin/ + ${INSTALL_PROGRAM} ${WRKSRC}/mp3val ${STAGEDIR}${PREFIX}/bin/ .include