1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

- Update to 2.4

PR:             109523
Submitted by:   Jeroen Schot <schot@a-eskwadraat.nl> (maintainer)
This commit is contained in:
Martin Wilke 2007-02-26 11:19:10 +00:00
parent 0f075f68fe
commit 44fe6e212c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=185977
3 changed files with 11 additions and 9 deletions

View File

@ -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>

View File

@ -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

View File

@ -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