diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-02-07 21:13:32 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-02-07 21:13:32 +0000 |
commit | e9275565707d73041759c0fdfac91f715ae12c89 (patch) | |
tree | ff4560986eb7094b85308d8e245d3cc123eb1159 /x11-wm/jwm | |
parent | 5241a88870dd58d9368d9a142768d4760a2757d7 (diff) | |
download | ports-e9275565707d73041759c0fdfac91f715ae12c89.tar.gz ports-e9275565707d73041759c0fdfac91f715ae12c89.zip |
Notes
Diffstat (limited to 'x11-wm/jwm')
-rw-r--r-- | x11-wm/jwm/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-wm/jwm/Makefile b/x11-wm/jwm/Makefile index 880b57328349..5388d0388661 100644 --- a/x11-wm/jwm/Makefile +++ b/x11-wm/jwm/Makefile @@ -9,7 +9,7 @@ PORTNAME= jwm PORTVERSION= 1.3 CATEGORIES= x11-wm MASTER_SITES= http://joewing.net/programs/jwm/ \ - http://bsdgeek.no-ip.org/jwm/ + http://www.unixified.net/distfiles/ MAINTAINER= babak@farrokhi.net COMMENT= Joe's Window Manager @@ -20,7 +20,6 @@ USE_X_PREFIX= yes USE_XPM= yes GNU_CONFIGURE= yes USE_BZIP2= yes -USE_REINPLACE= yes CFLAGS+= -I${LOCALBASE}/include -I${X11BASE}/include CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" |