svn commit: r356979 - head/multimedia/playd

Thomas Zander riggs at FreeBSD.org
Sun Jun 8 06:12:39 UTC 2014


Author: riggs
Date: Sun Jun  8 06:12:39 2014
New Revision: 356979
URL: http://svnweb.freebsd.org/changeset/ports/356979
QAT: https://qat.redports.org/buildarchive/r356979/

Log:
  - Stagify
  - Minor fix LICENSE: BSD -> BSD3CLAUSE
  
  Approved by:	portmgr (blanket), mentors (implicit)

Modified:
  head/multimedia/playd/Makefile

Modified: head/multimedia/playd/Makefile
==============================================================================
--- head/multimedia/playd/Makefile	Sun Jun  8 05:54:20 2014	(r356978)
+++ head/multimedia/playd/Makefile	Sun Jun  8 06:12:39 2014	(r356979)
@@ -10,20 +10,19 @@ DISTNAME=	playd.sh-${PORTVERSION}
 MAINTAINER=	graudeejs at gmail.com
 COMMENT=	Very easy-to-use mplayer sh wrapper script (supports playlists)
 
-LICENSE=	BSD
+LICENSE=	BSD3CLAUSE
 
 RUN_DEPENDS=	mplayer:${PORTSDIR}/multimedia/mplayer
 
-PLIST_FILES=	bin/playd
-MAN1=		playd.1
+PLIST_FILES=	bin/playd \
+		man/man1/playd.1.gz
 
 NO_BUILD=	yes
 WRKSRC=		${WRKDIR}/graudeejs-playd-${REV}
 REV=		1e09c80
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/bin/playd.sh ${PREFIX}/bin/playd
-	${INSTALL_MAN} ${WRKSRC}/man/man1/playd.1 ${PREFIX}/man/man1/
+	${INSTALL_SCRIPT} ${WRKSRC}/bin/playd.sh ${STAGEDIR}${PREFIX}/bin/playd
+	${INSTALL_MAN} ${WRKSRC}/man/man1/playd.1 ${STAGEDIR}${PREFIX}/man/man1/
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list