Index: head/devel/gnustep-make/Makefile =================================================================== --- head/devel/gnustep-make/Makefile (revision 126494) +++ head/devel/gnustep-make/Makefile (revision 126495) @@ -1,54 +1,54 @@ # New ports collection makefile for: gnustep-make # Date created: 17 April 2001 # Whom: Thomas Gellekum # # $FreeBSD$ # PORTNAME= gnustep-make .if defined(WITH_GNUSTEP_DEVEL) PORTVERSION= 1.9.2 .else PORTVERSION= 1.10.0 .endif CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNUSTEP} MASTER_SITE_SUBDIR= core MAINTAINER= dinoex@FreeBSD.org COMMENT= GNUstep makefile package PREFIX= ${LOCALBASE}/GNUstep NO_MTREE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= INSTALL_PROGRAM="${INSTALL} -c" INSTALL_DATA="${INSTALL} -c" \ CFLAGS="${CFLAGS}" CONFIGURE_TARGET= USE_GMAKE= yes USE_GNUSTEP= yes MAKEFILE= MAKE_FLAGS= OPTFLAG="${CFLAGS}" CFLAGS+= ${PTHREAD_CFLAGS} CONFIGURE_ARGS+= --with-thread-lib="${PTHREAD_LIBS}" .if defined(GNUSTEP_WITH_BASE_GCC) GNUSTEP_WITHOUT_LIBOBJC= yes .endif .include pre-configure: @if test ! -f "${TARGLIB}/libobjc.so"; then \ ${ECHO_MSG} "libobjc.so not found, please update your gcc"; \ ${FALSE}; \ fi; \ - if test `${LDCONFIG} -r | grep libobjc.so | wc -l` -eq 0; then \ + if test `${LDCONFIG} -r | ${GREP} libobjc.so | wc -l` -eq 0; then \ ${ECHO_MSG} "trying to fix ldconfig.hints"; \ ${LDCONFIG} -f "${WRKDIR}/ldconfig.hints" -m "${TARGLIB}";\ - if test `${LDCONFIG} -f "${WRKDIR}/ldconfig.hints" -r | grep libobjc.so | wc -l` -eq 0; then \ + if test `${LDCONFIG} -f "${WRKDIR}/ldconfig.hints" -r | ${GREP} libobjc.so | wc -l` -eq 0; then \ ${ECHO_MSG} "libobjc.so not in path"; \ ${FALSE}; \ fi; \ fi; \ .include Property changes on: head/devel/gnustep-make/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.54 \ No newline at end of property +1.55 \ No newline at end of property Index: head/x11-toolkits/gnustep-art/Makefile =================================================================== --- head/x11-toolkits/gnustep-art/Makefile (revision 126494) +++ head/x11-toolkits/gnustep-art/Makefile (revision 126495) @@ -1,19 +1,19 @@ # New ports collection makefile for: gnustep-art # Date created: 29.Mar.2003 # Whom: dirk.meyer@dinoex.sub.org # # $FreeBSD$ # CATEGORIES= x11-toolkits MAINTAINER= dinoex@FreeBSD.org WITH_GNUSTEP_LIBART= yes -MASTERDIR?= ${.CURDIR}/../gnustep-back +MASTERDIR= ${.CURDIR}/../gnustep-back .if exists(${.CURDIR}/Makefile.local) .include "${.CURDIR}/Makefile.local" .endif .include "${MASTERDIR}/Makefile" Property changes on: head/x11-toolkits/gnustep-art/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/x11-toolkits/gnustep-xdps/Makefile =================================================================== --- head/x11-toolkits/gnustep-xdps/Makefile (revision 126494) +++ head/x11-toolkits/gnustep-xdps/Makefile (revision 126495) @@ -1,19 +1,19 @@ # New ports collection makefile for: gnustep-xdps # Date created: 29.Mar.2003 # Whom: dirk.meyer@dinoex.sub.org # # $FreeBSD$ # CATEGORIES= x11-toolkits MAINTAINER= dinoex@FreeBSD.org WITH_GNUSTEP_XDPS= yes -MASTERDIR?= ${.CURDIR}/../gnustep-back +MASTERDIR= ${.CURDIR}/../gnustep-back .if exists(${.CURDIR}/Makefile.local) .include "${.CURDIR}/Makefile.local" .endif .include "${MASTERDIR}/Makefile" Property changes on: head/x11-toolkits/gnustep-xdps/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property