svn commit: r327563 - head/x11/fluxbg

Jason Helfman jgh at FreeBSD.org
Wed Sep 18 15:56:29 UTC 2013


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 at FreeBSD.org
+MAINTAINER=	jgh at 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>


More information about the svn-ports-all mailing list