Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Sep 2013 15:56:29 +0000 (UTC)
From:      Jason Helfman <jgh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327563 - head/x11/fluxbg
Message-ID:  <201309181556.r8IFuThr089413@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jgh
Date: Wed Sep 18 15:56:29 2013
New Revision: 327563
URL: http://svnweb.freebsd.org/changeset/ports/327563

Log:
  - remove need of pkg-plist and pkg-message by working into Makefile
  - de-personalize message to end-user
  - take maintainership

Deleted:
  head/x11/fluxbg/pkg-message
  head/x11/fluxbg/pkg-plist
Modified:
  head/x11/fluxbg/Makefile

Modified: head/x11/fluxbg/Makefile
==============================================================================
--- head/x11/fluxbg/Makefile	Wed Sep 18 15:56:07 2013	(r327562)
+++ head/x11/fluxbg/Makefile	Wed Sep 18 15:56:29 2013	(r327563)
@@ -7,7 +7,7 @@ PORTREVISION=	12
 CATEGORIES=	x11
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	jgh@FreeBSD.org
 COMMENT=	Background changer for fluxbox/blackbox
 
 LIB_DEPENDS=	libgtkmm-2.0.so:${PORTSDIR}/x11-toolkits/gtkmm20
@@ -15,6 +15,9 @@ RUN_DEPENDS=	fbsetbg:${PORTSDIR}/x11-wm/
 
 GNU_CONFIGURE=	yes
 USES=		pathfix pkgconfig
+PLIST_FILES=	bin/fluxbg \
+		bin/fluxbgd \
+		bin/fluxbg_conf
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g ; \
@@ -22,7 +25,7 @@ post-patch:
 
 post-install:
 	@${ECHO_CMD}
-	@${CAT} ${PKGMESSAGE}
+	@${ECHO_MSG} "Execution of ${PREFIX}/bin/${PORTNAME}_conf is a prerequiste of running ${PORTNAME}!"
 	@${ECHO_CMD}
 
 .include <bsd.port.mk>



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