diff options
-rw-r--r-- | x11/dmenu/Makefile | 4 | ||||
-rw-r--r-- | x11/dmenu/distinfo | 6 | ||||
-rw-r--r-- | x11/dmenu/files/patch-config.mk | 10 |
3 files changed, 11 insertions, 9 deletions
diff --git a/x11/dmenu/Makefile b/x11/dmenu/Makefile index 06f962b41e32..05a319b4c511 100644 --- a/x11/dmenu/Makefile +++ b/x11/dmenu/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dmenu -PORTVERSION= 2.2 +PORTVERSION= 2.4 CATEGORIES= x11 MASTER_SITES= http://www.suckless.org/download/ \ http://schot.a-eskwadraat.nl/files/ @@ -17,6 +17,6 @@ COMMENT= X11 menu application (not only) for the dwm window manager USE_XLIB= yes MAN1= dmenu.1 -PLIST_FILES= bin/dmenu +PLIST_FILES= bin/dmenu bin/dmenu_path .include <bsd.port.mk> diff --git a/x11/dmenu/distinfo b/x11/dmenu/distinfo index 88b385df7aa9..5a9e6a642f03 100644 --- a/x11/dmenu/distinfo +++ b/x11/dmenu/distinfo @@ -1,3 +1,3 @@ -MD5 (dmenu-2.2.tar.gz) = bcf5d93afccedd2d403b4d3cace90aae -SHA256 (dmenu-2.2.tar.gz) = 773c647637d9e37ca7b908914e93b182d5b92089d94b43911ca2ad9e490a8b5e -SIZE (dmenu-2.2.tar.gz) = 7963 +MD5 (dmenu-2.4.tar.gz) = f7c7cbc156b9157eb0101d856e135e10 +SHA256 (dmenu-2.4.tar.gz) = d162ea1cc8879447885a977e23e5d1d36d25014f494322d76f1c4f574db2c99f +SIZE (dmenu-2.4.tar.gz) = 7875 diff --git a/x11/dmenu/files/patch-config.mk b/x11/dmenu/files/patch-config.mk index 5fcff6321c95..64e6b106a183 100644 --- a/x11/dmenu/files/patch-config.mk +++ b/x11/dmenu/files/patch-config.mk @@ -1,12 +1,12 @@ ---- config.mk.orig Tue Aug 29 20:32:42 2006 -+++ config.mk Tue Aug 29 20:33:56 2006 -@@ -4,21 +4,21 @@ +--- config.mk.orig Wed Feb 21 22:21:27 2007 ++++ config.mk Wed Feb 21 22:21:26 2007 +@@ -4,18 +4,18 @@ # Customize below to fit your system # paths -PREFIX = /usr/local -MANPREFIX = ${PREFIX}/share/man -+PREFIX ?= /usr/local ++PREFIX?= /usr/local +MANPREFIX = ${PREFIX}/man -X11INC = /usr/X11R6/include @@ -24,6 +24,8 @@ LDFLAGS = ${LIBS} #CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\" #LDFLAGS = -g ${LIBS} +@@ -26,4 +26,4 @@ + #CFLAGS += -xtarget=ultra # compiler and linker -CC = cc |