diff options
author | thierry <thierry@FreeBSD.org> | 2006-05-26 20:37:08 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2006-05-26 20:37:08 +0800 |
commit | 02edd10d9a4e5bf427d0c9d9df7a5c95e5ec456c (patch) | |
tree | 2700d4ec3d6ee6412af03b735104d54d4d0f4e39 /x11/fbpanel/Makefile | |
parent | abfcb9ba9628fb0261d12fedbcc9a8ce2a8b29d4 (diff) | |
download | freebsd-ports-gnome-02edd10d9a4e5bf427d0c9d9df7a5c95e5ec456c.tar.gz freebsd-ports-gnome-02edd10d9a4e5bf427d0c9d9df7a5c95e5ec456c.tar.zst freebsd-ports-gnome-02edd10d9a4e5bf427d0c9d9df7a5c95e5ec456c.zip |
Integrate patch written by Andreas Wiese <bzimage (at) gmx.net> from
BSD Crew Dresden, which ports the previously linux-only CPU plugin
to FreeBSD.
PR: ports/97575
Submitted by: Tobias Roth <ports (at) fsck.ch> (maintainer)
Diffstat (limited to 'x11/fbpanel/Makefile')
-rw-r--r-- | x11/fbpanel/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/x11/fbpanel/Makefile b/x11/fbpanel/Makefile index 3e1579f04879..f4d70fabc461 100644 --- a/x11/fbpanel/Makefile +++ b/x11/fbpanel/Makefile @@ -7,7 +7,7 @@ PORTNAME= fbpanel PORTVERSION= 4.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -19,7 +19,7 @@ COMMENT= A desktop panel that includes a taskbar, pager, launchbar and more USE_X_PREFIX= yes USE_GNOME= gtk20 HAS_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} --cpu=off +CONFIGURE_ARGS= --prefix=${PREFIX} CFLAGS+= -I${WRKSRC} USE_GMAKE= yes @@ -29,9 +29,4 @@ MANCOMPRESSED= yes post-patch: @${REINPLACE_CMD} -e 's|share/man|man|g' ${WRKSRC}/man/Makefile -post-install: - @${ECHO_MSG} "" - @${CAT} ${PKGMESSAGE} - @${ECHO_MSG} "" - .include <bsd.port.mk> |