diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-04-27 10:05:14 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-04-27 10:05:14 +0000 |
commit | 42240d6754e861c05084eef5a1820f5e6439c7b0 (patch) | |
tree | 115d6695c218f9265c87f7b7f4483cdfa594ec22 /lang | |
parent | 371c2bede5b31bef041851edbedeca62875593ef (diff) | |
download | ports-42240d6754e861c05084eef5a1820f5e6439c7b0.tar.gz ports-42240d6754e861c05084eef5a1820f5e6439c7b0.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc32/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc32/Makefile b/lang/gcc32/Makefile index 115e26128550..f82043f4d950 100644 --- a/lang/gcc32/Makefile +++ b/lang/gcc32/Makefile @@ -197,8 +197,8 @@ post-install: ${CP} -p ${TMPPLIST} ${TMPPLIST}.pre-gcc-lib cd ${WRKDIR} ; ex < ex.script .if ${ARCH} != "sparc64" && ${ARCH} != ia64 - # libgcj is built on all platforms except sparc64. - ${CAT} pkg-plist.libgcj >> ${TMPPLIST} + # libgcj is built on all platforms except sparc64 and ia64. + ${CAT} ${MASTERDIR}/pkg-plist.libgcj >> ${TMPPLIST} .endif cklatest: |