1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00

Update to 20110818

Fix build with custom LOCALBASE/PREFIX

PR:		ports/159972
Submitted by:	Jakub Lach <jakub_lach@mailplus.pl> (maintainer)
Approved by:	wxs, tabthorpe (mentors, implicit)
This commit is contained in:
Ryan Steinmetz 2011-08-23 21:29:55 +00:00
parent b420e359b8
commit 56db684ff9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280306
2 changed files with 5 additions and 3 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= mcwm
PORTVERSION= 20110721
PORTVERSION= 20110818
CATEGORIES= x11-wm
MASTER_SITES= http://hack.org/mc/hacks/mcwm/
@ -28,6 +28,8 @@ MAN1= mcwm.1
PLIST_FILES= bin/mcwm
PORTDOCS= LICENSE README NEWS
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
pre-everything::
@${ECHO_MSG} "You can build mcwm with your own config.h using the MCWM_CONF knob:"
@${ECHO_MSG} "make MCWM_CONF=/path/to/mcwm/config.h install clean"

View File

@ -1,2 +1,2 @@
SHA256 (mcwm-20110721.tar.bz2) = 9ca444a9826d197fafe4da06c869eb8e0c334a641ed1da049855cde9a6451f8a
SIZE (mcwm-20110721.tar.bz2) = 26805
SHA256 (mcwm-20110818.tar.bz2) = e2df75097d1909d222e79622b7228c76159ca1d1ff6d4a17d5ae179a09d1df7d
SIZE (mcwm-20110818.tar.bz2) = 26921