1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- make portlint happier

This commit is contained in:
Dirk Meyer 2005-01-15 10:54:44 +00:00
parent 0be421a66b
commit ca5b035fab
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=126495
3 changed files with 4 additions and 4 deletions

View File

@ -42,10 +42,10 @@ pre-configure:
${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; \

View File

@ -10,7 +10,7 @@ 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"

View File

@ -10,7 +10,7 @@ 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"