svn commit: r340175 - head/audio/xcdplayer

Antoine Brodin antoine at FreeBSD.org
Sat Jan 18 14:56:21 UTC 2014


Author: antoine
Date: Sat Jan 18 14:56:20 2014
New Revision: 340175
URL: http://svnweb.freebsd.org/changeset/ports/340175
QAT: https://qat.redports.org/buildarchive/r340175/

Log:
  Stage support

Modified:
  head/audio/xcdplayer/Makefile

Modified: head/audio/xcdplayer/Makefile
==============================================================================
--- head/audio/xcdplayer/Makefile	Sat Jan 18 14:53:38 2014	(r340174)
+++ head/audio/xcdplayer/Makefile	Sat Jan 18 14:56:20 2014	(r340175)
@@ -12,12 +12,10 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	CD player for X
 
 USES=		imake
-NO_STAGE=	yes
 USE_XORG=	xbitmaps xaw
 
-MAN1=		xcdplayer.1
-
-PLIST_FILES=	bin/xcdplayer lib/X11/app-defaults/XCdplayer
+PLIST_FILES=	bin/xcdplayer lib/X11/app-defaults/XCdplayer \
+		man/man1/xcdplayer.1.gz
 
 post-extract:
 	${CP} ${FILESDIR}/cdrom_freebsd.[ch] ${FILESDIR}/app.h ${WRKSRC}


More information about the svn-ports-all mailing list