aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc48
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2003-12-15 07:49:17 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2003-12-15 07:49:17 +0000
commit3878675a5195a95a81212077b8d743bdde5b0afa (patch)
tree9f4e54b24025cd168bc4e86982d997ca77013dd6 /lang/gcc48
parent5deb0f972a24433f0ccb505608405cc0bd3cf025 (diff)
downloadports-3878675a5195a95a81212077b8d743bdde5b0afa.tar.gz
ports-3878675a5195a95a81212077b8d743bdde5b0afa.zip
Notes
Diffstat (limited to 'lang/gcc48')
-rw-r--r--lang/gcc48/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc48/Makefile b/lang/gcc48/Makefile
index ff87f400dfda..b1d29ff29bb2 100644
--- a/lang/gcc48/Makefile
+++ b/lang/gcc48/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 \