diff options
-rw-r--r-- | x11/bmpanel2/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/x11/bmpanel2/Makefile b/x11/bmpanel2/Makefile index d42325fce662..76e06573c3ea 100644 --- a/x11/bmpanel2/Makefile +++ b/x11/bmpanel2/Makefile @@ -3,16 +3,16 @@ PORTNAME= bmpanel2 DISTVERSION= 2.1pre1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= GOOGLE_CODE -PATCH_SITES= ${MASTER_SITE_LOCAL} -PATCH_SITE_SUBDIR= danfe +PATCH_SITES= LOCAL/danfe MAINTAINER= ports@FreeBSD.org COMMENT= Lightweight NetWM-compliant panel (taskbar) for X11 LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING USES= cmake pkgconfig USE_GNOME= pango @@ -36,4 +36,7 @@ post-patch: @${REINPLACE_CMD} -e '/^OPTION/s, ON, OFF,' ${WRKSRC}/CMakeLists.txt @${RM} -f ${WRKSRC}/themes/striped/theme.orig +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/bmpanel2 + .include <bsd.port.mk> |