diff options
author | jgh <jgh@FreeBSD.org> | 2013-09-18 23:56:29 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2013-09-18 23:56:29 +0800 |
commit | 76c500809628bad5f981a671cb75162384f224a7 (patch) | |
tree | a5f95063fe924992a942dff2227d5c64fd4d9409 /x11 | |
parent | 3a7f947b4f9ac66af64210163c5187184e528576 (diff) | |
download | freebsd-ports-gnome-76c500809628bad5f981a671cb75162384f224a7.tar.gz freebsd-ports-gnome-76c500809628bad5f981a671cb75162384f224a7.tar.zst freebsd-ports-gnome-76c500809628bad5f981a671cb75162384f224a7.zip |
- remove need of pkg-plist and pkg-message by working into Makefile
- de-personalize message to end-user
- take maintainership
Diffstat (limited to 'x11')
-rw-r--r-- | x11/fluxbg/Makefile | 7 | ||||
-rw-r--r-- | x11/fluxbg/pkg-message | 1 | ||||
-rw-r--r-- | x11/fluxbg/pkg-plist | 3 |
3 files changed, 5 insertions, 6 deletions
diff --git a/x11/fluxbg/Makefile b/x11/fluxbg/Makefile index 9412d2e63050..ebce2de2fb34 100644 --- a/x11/fluxbg/Makefile +++ b/x11/fluxbg/Makefile @@ -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/fluxbox 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> diff --git a/x11/fluxbg/pkg-message b/x11/fluxbg/pkg-message deleted file mode 100644 index 016653079642..000000000000 --- a/x11/fluxbg/pkg-message +++ /dev/null @@ -1 +0,0 @@ -You must run fluxbg_conf before you can use fluxbg! diff --git a/x11/fluxbg/pkg-plist b/x11/fluxbg/pkg-plist deleted file mode 100644 index 824f8c4fb2d0..000000000000 --- a/x11/fluxbg/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/fluxbg -bin/fluxbgd -bin/fluxbg_conf |