mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
- Update to 0.9.21
Approved by: miwi (mentor implicit)
This commit is contained in:
parent
8642532c74
commit
eea4a6fe1a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=233532
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= musca
|
||||
PORTVERSION= 0.9.20
|
||||
PORTVERSION= 0.9.21
|
||||
CATEGORIES= x11-wm
|
||||
MASTER_SITES= http://aerosuidae.net/ \
|
||||
http://mirror.mcx2.org/
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (musca-0.9.20.tgz) = 8a45623b0d8df4f553671b87ea5a5912
|
||||
SHA256 (musca-0.9.20.tgz) = f4080c6e12144a63e90bf0c95ba876cb82288319d41288f5e5231a516921c961
|
||||
SIZE (musca-0.9.20.tgz) = 51148
|
||||
MD5 (musca-0.9.21.tgz) = 0eb338e06a7851399266a1627970ac7e
|
||||
SHA256 (musca-0.9.21.tgz) = 5eee236edf814e57a29110687d4585a5daf7899e6fdee742c33369389772ef0e
|
||||
SIZE (musca-0.9.21.tgz) = 51725
|
||||
|
12
x11-wm/musca/files/patch-Makefile
Normal file
12
x11-wm/musca/files/patch-Makefile
Normal file
@ -0,0 +1,12 @@
|
||||
--- Makefile.orig 2009-05-09 09:08:04.000000000 +0200
|
||||
+++ Makefile 2009-04-29 06:31:39.000000000 +0200
|
||||
@@ -1,7 +1,8 @@
|
||||
+PREFIX?=/usr/X11R6
|
||||
CFLAGS?=-Wall -g
|
||||
|
||||
all:
|
||||
- $(CC) $(CFLAGS) -lc -lm -lX11 -o musca musca.c
|
||||
+ $(CC) $(CFLAGS) -I$(PREFIX)/include -L$(PREFIX)/lib -lc -lm -lX11 -o musca musca.c
|
||||
|
||||
clean:
|
||||
rm -f musca
|
Loading…
Reference in New Issue
Block a user