svn commit: r357921 - head/multimedia/mp3cd

Thomas Zander riggs at FreeBSD.org
Sun Jun 15 18:49:52 UTC 2014


Author: riggs
Date: Sun Jun 15 18:49:51 2014
New Revision: 357921
URL: http://svnweb.freebsd.org/changeset/ports/357921
QAT: https://qat.redports.org/buildarchive/r357921/

Log:
  - Stagify
  - Add LICENSE
  
  Approved by:	mentors (implicit)

Modified:
  head/multimedia/mp3cd/Makefile
  head/multimedia/mp3cd/pkg-plist

Modified: head/multimedia/mp3cd/Makefile
==============================================================================
--- head/multimedia/mp3cd/Makefile	Sun Jun 15 18:48:29 2014	(r357920)
+++ head/multimedia/mp3cd/Makefile	Sun Jun 15 18:49:51 2014	(r357921)
@@ -10,6 +10,8 @@ MASTER_SITES=	http://outflux.net/softwar
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Perl script that burns MP3 to audio CDs
 
+LICENSE=	GPLv2 # or later
+
 BUILD_DEPENDS=	p5-Config-Simple>=0:${PORTSDIR}/devel/p5-Config-Simple
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
@@ -17,8 +19,4 @@ USES=		perl5 shebangfix
 USE_PERL5=	configure
 SHEBANG_FILES=	scripts/mp3cd
 
-MAN1=	mp3cd.1
-MANCOMPRESS=	yes
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/multimedia/mp3cd/pkg-plist
==============================================================================
--- head/multimedia/mp3cd/pkg-plist	Sun Jun 15 18:48:29 2014	(r357920)
+++ head/multimedia/mp3cd/pkg-plist	Sun Jun 15 18:49:51 2014	(r357921)
@@ -1,3 +1,4 @@
 bin/mp3cd
+man/man1/mp3cd.1.gz
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/mp3cd/.packlist
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/mp3cd


More information about the svn-ports-head mailing list