Index: head/x11-wm/flwm/Makefile =================================================================== --- head/x11-wm/flwm/Makefile (revision 154055) +++ head/x11-wm/flwm/Makefile (revision 154056) @@ -1,37 +1,36 @@ # New ports collection makefile for: flwm # Date created: 12 February 1999 # Whom: Dima Sivachenko # # $FreeBSD$ # PORTNAME= flwm PORTVERSION= 1.00 CATEGORIES= x11-wm -MASTER_SITES= http://flwm.sourceforge.net/ \ - http://www.cinenet.net/users/spitzak/flwm/ \ - ftp://ftp.sai.msu.su/pub/X11/win_man/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= gj EXTRACT_SUFX= .tgz MAINTAINER= gj@FreeBSD.org COMMENT= The Fast Light Window Manager LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk MAKE_ENV+= PTHREAD_LIBS=${PTHREAD_LIBS} USE_X_PREFIX= yes GNU_CONFIGURE= yes MAN1= flwm.1 PLIST_FILES= bin/flwm .include # could be a problem if both versions of freetype are installed .if exists(${LOCALBASE}/include/freetype1/freetype/freetype.h) CONFIGURE_ARGS= --includedir="-I${LOCALBASE}/include -I${LOCALBASE}/include/freetype1" .elif exists(${LOCALBASE}/include/freetype2/freetype/freetype.h) CONFIGURE_ARGS= --includedir="-I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2" .endif .include Property changes on: head/x11-wm/flwm/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/x11-wm/flwm/pkg-descr =================================================================== --- head/x11-wm/flwm/pkg-descr (revision 154055) +++ head/x11-wm/flwm/pkg-descr (revision 154056) @@ -1,7 +1,5 @@ Flwm is a very small and fast X window manager. Its main features are the lack of icons and the "sideways" title-bars. -WWW: http://flwm.sourceforge.net/ - --Dima dima@chg.ru Property changes on: head/x11-wm/flwm/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property