diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2012-04-21 17:25:29 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2012-04-21 17:25:29 +0000 |
commit | d26e0441ad89094b77bbef43d58feebdf208d11a (patch) | |
tree | 07e6c701c081eb49315aad0a0a9ef920c464ac5c /x11-wm | |
parent | c59008c54b15eb7ef7de647331ea4bc8bb3efdfa (diff) | |
download | ports-d26e0441ad89094b77bbef43d58feebdf208d11a.tar.gz ports-d26e0441ad89094b77bbef43d58feebdf208d11a.zip |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/peksystray/Makefile | 6 |
1 files 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 <bsd.port.mk> |