From d26e0441ad89094b77bbef43d58feebdf208d11a Mon Sep 17 00:00:00 2001 From: Alexey Dokuchaev Date: Sat, 21 Apr 2012 17:25:29 +0000 Subject: [PATCH] 1 --- x11-wm/peksystray/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/x11-wm/peksystray/Makefile b/x11-wm/peksystray/Makefile index f5dcc5a64e4d..805839106156 100644 --- a/x11-wm/peksystray/Makefile +++ b/x11-wm/peksystray/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= A system tray dockapp similar to the GNOME notification area applet +LICENSE= GPLv2 + USE_BZIP2= yes USE_XORG= x11 ice sm GNU_CONFIGURE= yes @@ -21,7 +23,7 @@ GNU_CONFIGURE= yes PLIST_FILES= bin/peksystray post-patch: - @${REINPLACE_CMD} -e 's|@x_includes@||g ; \ - s|@x_libraries@||g' ${WRKSRC}/src/Makefile.in + @${REINPLACE_CMD} -e 's|@x_includes@|| ; s|@x_libraries@||' \ + ${WRKSRC}/src/Makefile.in .include