svn commit: r354351 - head/audio/mp3ck

Erwin Lansing erwin at FreeBSD.org
Sat May 17 18:20:40 UTC 2014


Author: erwin
Date: Sat May 17 18:20:39 2014
New Revision: 354351
URL: http://svnweb.freebsd.org/changeset/ports/354351
QAT: https://qat.redports.org/buildarchive/r354351/

Log:
  Stagify
  
  Sponsored by:	DK Hostmaster A/S

Modified:
  head/audio/mp3ck/Makefile

Modified: head/audio/mp3ck/Makefile
==============================================================================
--- head/audio/mp3ck/Makefile	Sat May 17 18:09:14 2014	(r354350)
+++ head/audio/mp3ck/Makefile	Sat May 17 18:20:39 2014	(r354351)
@@ -9,8 +9,10 @@ MASTER_SITES=	SF
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	A consistency check utility for MPEG Layer 2 or 3 files or streams
 
-MAN1=		mp3ck.1
-PLIST_FILES=	bin/mp3ck
-NO_STAGE=	yes
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1
+
+PLIST_FILES=	bin/mp3ck man/man1/mp3ck.1.gz
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list