Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Nov 2013 21:23:14 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r333797 - head/games/xosmulti
Message-ID:  <201311142123.rAELNETM095155@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Thu Nov 14 21:23:14 2013
New Revision: 333797
URL: http://svnweb.freebsd.org/changeset/ports/333797

Log:
  - Remove the indefinite article from COMMENT
  - Add stage support
  - Add DOCS option
  - Use PLIST_FILES and PORTDOCS instead of pkg-plist

Deleted:
  head/games/xosmulti/pkg-plist
Modified:
  head/games/xosmulti/Makefile

Modified: head/games/xosmulti/Makefile
==============================================================================
--- head/games/xosmulti/Makefile	Thu Nov 14 21:20:35 2013	(r333796)
+++ head/games/xosmulti/Makefile	Thu Nov 14 21:23:14 2013	(r333797)
@@ -11,17 +11,21 @@ DISTNAME=	${PORTNAME}_${PORTVERSION}_tar
 EXTRACT_SUFX=	.gz
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	A little girl cartoon on the top of the active window
+COMMENT=	Little girl cartoon on the top of the active window
 
 WRKSRC=		${WRKDIR}/xosmulti
 USE_XORG=	xbitmaps x11 xt xi
 
-NO_STAGE=	yes
+OPTIONS_DEFINE=	DOCS
+
+DOCSDIR=	share/doc/ja/xosmulti
+PORTDOCS=	README.jp
+
+PLIST_FILES=	bin/xosmulti
+
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/xosmulti ${PREFIX}/bin
-.if !defined(NOPORTDOCS)
-	${MKDIR} ${PREFIX}/share/doc/ja/xosmulti
-	${INSTALL_MAN} ${WRKSRC}/README.jp ${PREFIX}/share/doc/ja/xosmulti
-.endif
+	${INSTALL_PROGRAM} ${WRKSRC}/xosmulti ${STAGEDIR}${PREFIX}/bin
+	@${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/ja/xosmulti
+	${INSTALL_MAN} ${WRKSRC}/README.jp ${STAGEDIR}${PREFIX}/share/doc/ja/xosmulti
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311142123.rAELNETM095155>