Index: head/x11/pmenu/Makefile =================================================================== --- head/x11/pmenu/Makefile (revision 551579) +++ head/x11/pmenu/Makefile (revision 551580) @@ -1,41 +1,42 @@ # $FreeBSD$ PORTNAME= pmenu DISTVERSIONPREFIX= v DISTVERSION= 2.1.2 +PORTREVISION= 1 CATEGORIES= x11 PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES= 91d52b3dbe197681c3252703ae57594dfd755f5a.patch:-p1 MAINTAINER= 0mp@FreeBSD.org COMMENT= Pie menu for X LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libImlib2.so:graphics/imlib2 USES= localbase xorg USE_GITHUB= yes GH_ACCOUNT= phillbush USE_XORG= x11 xext xft xinerama MAKE_ARGS= FREETYPEINC="${LOCALBASE}/include/freetype2" \ PREFIX="${PREFIX}" PLIST_FILES= bin/${PORTNAME} \ share/man/man1/${PORTNAME}.1.gz PORTEXAMPLES= ${PORTNAME}.sh OPTIONS_DEFINE= EXAMPLES post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_SCRIPT} ${WRKSRC}/${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR} .include Index: head/x11/pmenu/pkg-descr =================================================================== --- head/x11/pmenu/pkg-descr (revision 551579) +++ head/x11/pmenu/pkg-descr (revision 551580) @@ -1,15 +1,15 @@ Pmenu is a pie menu utility for X. Pmenu receives a menu specification in stdin, shows a menu for the user to select one of the options, and outputs the option selected to stdout. Pmenu comes with the following features: - Pmenu reads something in and prints something out, the UNIX way. - Submenus (some pie-menu slices can spawn another menu). - Icons (pie-menu slices can contain icon image). - X resources support (you don't need to recompile pmenu for configuring it). -Check out my other project, xclickroot for an application that can spawn pmenu -by right clicking on the root window (i.e. on the desktop). +Check out the other project, xclickroot for an application that can spawn pmenu +by right clicking on the root window (i.e., on the desktop). WWW: https://github.com/phillbush/pmenu