Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Jun 2014 09:09:55 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r357437 - in head/textproc/mgdiff: . files
Message-ID:  <201406110909.s5B99t4I050393@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Wed Jun 11 09:09:55 2014
New Revision: 357437
URL: http://svnweb.freebsd.org/changeset/ports/357437
QAT: https://qat.redports.org/buildarchive/r357437/

Log:
  Stagify.

Added:
  head/textproc/mgdiff/files/pkg-message.in   (contents, props changed)
Deleted:
  head/textproc/mgdiff/pkg-message
Modified:
  head/textproc/mgdiff/Makefile
  head/textproc/mgdiff/pkg-plist

Modified: head/textproc/mgdiff/Makefile
==============================================================================
--- head/textproc/mgdiff/Makefile	Wed Jun 11 09:07:56 2014	(r357436)
+++ head/textproc/mgdiff/Makefile	Wed Jun 11 09:09:55 2014	(r357437)
@@ -14,12 +14,10 @@ COMMENT=	Graphical front end to the Unix
 
 USES=		imake motif
 USE_XORG=	ice sm x11 xext xmu xp xt
-MAN1=		mgdiff.1
+SUB_FILES=	pkg-message
 
-NO_STAGE=	yes
 post-install:
-	@${MKDIR} ${PREFIX}/lib/X11/mgdiff
-	@${INSTALL_DATA} ${WRKSRC}/mgdiff.x[bp]m ${PREFIX}/lib/X11/mgdiff
-	@${CAT} ${PKGMESSAGE}
+	@${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/mgdiff
+	@${INSTALL_DATA} ${WRKSRC}/mgdiff.x[bp]m ${STAGEDIR}${PREFIX}/lib/X11/mgdiff
 
 .include <bsd.port.mk>

Added: head/textproc/mgdiff/files/pkg-message.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/mgdiff/files/pkg-message.in	Wed Jun 11 09:09:55 2014	(r357437)
@@ -0,0 +1,3 @@
+Mgdiff comes with .xbm and .xpm files for use as window
+manager icons. You will find them in %%PREFIX%%/lib/X11/mgdiff.
+

Modified: head/textproc/mgdiff/pkg-plist
==============================================================================
--- head/textproc/mgdiff/pkg-plist	Wed Jun 11 09:07:56 2014	(r357436)
+++ head/textproc/mgdiff/pkg-plist	Wed Jun 11 09:09:55 2014	(r357437)
@@ -2,4 +2,5 @@ bin/mgdiff
 lib/X11/app-defaults/Mgdiff
 lib/X11/mgdiff/mgdiff.xbm
 lib/X11/mgdiff/mgdiff.xpm
+man/man1/mgdiff.1.gz
 @dirrm lib/X11/mgdiff



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