svn commit: r356039 - head/sysutils/xcdroast

Martin Wilke miwi at FreeBSD.org
Sun Jun 1 05:25:55 UTC 2014


Author: miwi
Date: Sun Jun  1 05:25:54 2014
New Revision: 356039
URL: http://svnweb.freebsd.org/changeset/ports/356039
QAT: https://qat.redports.org/buildarchive/r356039/

Log:
  - Stage support

Modified:
  head/sysutils/xcdroast/Makefile
  head/sysutils/xcdroast/pkg-plist

Modified: head/sysutils/xcdroast/Makefile
==============================================================================
--- head/sysutils/xcdroast/Makefile	Sun Jun  1 05:25:42 2014	(r356038)
+++ head/sysutils/xcdroast/Makefile	Sun Jun  1 05:25:54 2014	(r356039)
@@ -31,9 +31,6 @@ CONFIGURE_ARGS=	--with-cdrtools-prefix=$
 		--with-libintl-prefix=${LOCALBASE} \
 		${ICONV_CONFIGURE_ARG}
 
-MAN1=		xcdroast.1
-
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MNLS}

Modified: head/sysutils/xcdroast/pkg-plist
==============================================================================
--- head/sysutils/xcdroast/pkg-plist	Sun Jun  1 05:25:42 2014	(r356038)
+++ head/sysutils/xcdroast/pkg-plist	Sun Jun  1 05:25:54 2014	(r356039)
@@ -51,6 +51,7 @@ lib/xcdroast-0.98/sound/test.wav
 @dirrm lib/xcdroast-0.98/icons
 @dirrm lib/xcdroast-0.98/sound
 @dirrm lib/xcdroast-0.98
+man/man1/xcdroast.1.gz
 @unexec if pw groupshow -n xcdwrite 2>/dev/null 1>&2; then pw groupdel -n xcdwrite; fi
 %%NLS%%@dirrmtry share/locale/el_GR/LC_MESSAGES
 %%NLS%%@dirrmtry share/locale/el_GR


More information about the svn-ports-head mailing list