summaryrefslogtreecommitdiffstats
path: root/lang/gcc42
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-12-15 07:49:17 +0000
committerobrien <obrien@FreeBSD.org>2003-12-15 07:49:17 +0000
commit65e17c25299c2ea206761bd1838bc45178b037f6 (patch)
treed948c9f124fce67449a85dedb0f3e5c61188ab80 /lang/gcc42
parent332c6b9bc3cae0464cdfa3f42bce4b5b7a411ed2 (diff)
downloadFreeBSD-ports-65e17c25299c2ea206761bd1838bc45178b037f6.zip
FreeBSD-ports-65e17c25299c2ea206761bd1838bc45178b037f6.tar.gz
Sync with gcc33/Makefile rev 1.146, which fixed my broken logic in the
manpage fake out. Spotted by: gerald
Diffstat (limited to 'lang/gcc42')
-rw-r--r--lang/gcc42/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc42/Makefile b/lang/gcc42/Makefile
index ff87f40..b1d29ff 100644
--- a/lang/gcc42/Makefile
+++ b/lang/gcc42/Makefile
@@ -159,7 +159,7 @@ post-install:
# I am sick and tired of the anonyance that man pages can only be generated if
# perl 5.6 is installed. This is becoming a royal PITA on non-5-CURRENT systems
.for mp in ${_MANPAGES}
- ( ${TEST} -e ${mp} && ${TOUCH} ${TOUCH_FLAGS} ${mp} )
+ ( ${TEST} -e ${mp} || ${TOUCH} ${TOUCH_FLAGS} ${mp} )
.endfor
cd ${PREFIX} ;\
${FIND} ${TARGLIB:S/^${PREFIX}\///} -type f -o -type l \
OpenPOWER on IntegriCloud