diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-27 22:39:23 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-27 22:39:23 +0000 |
commit | 3779f6593b7df39ba95f673d3318b620c56e2792 (patch) | |
tree | c049d80c6397db9ad7935e92ef2260d162e4c985 /x11-wm/peksystray | |
parent | e4775d7ad405f95c75eb338a6472d2fd393271c5 (diff) | |
download | ports-3779f6593b7df39ba95f673d3318b620c56e2792.tar.gz ports-3779f6593b7df39ba95f673d3318b620c56e2792.zip |
Notes
Diffstat (limited to 'x11-wm/peksystray')
-rw-r--r-- | x11-wm/peksystray/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-wm/peksystray/Makefile b/x11-wm/peksystray/Makefile index 7169f3d4dae4..f1bb591ed2d9 100644 --- a/x11-wm/peksystray/Makefile +++ b/x11-wm/peksystray/Makefile @@ -8,7 +8,7 @@ CATEGORIES= x11-wm MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org -COMMENT= A system tray dockapp similar to the GNOME notification area applet +COMMENT= System tray dockapp similar to the GNOME notification area applet LICENSE= GPLv2 @@ -18,7 +18,6 @@ GNU_CONFIGURE= yes PLIST_FILES= bin/peksystray -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|@x_includes@|| ; s|@x_libraries@||' \ ${WRKSRC}/src/Makefile.in |