diff options
Diffstat (limited to 'lang/egcs/Makefile')
-rw-r--r-- | lang/egcs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/egcs/Makefile b/lang/egcs/Makefile index 813e1915b447..59cced9ef9e8 100644 --- a/lang/egcs/Makefile +++ b/lang/egcs/Makefile @@ -64,7 +64,7 @@ pre-configure: >${WRKSRC}/gcc/config/freebsd.h ) @${CP} ${FILESDIR}/alpha-freebsd.h ${WRKSRC}/gcc/config/alpha/freebsd.h .if ${PORTOBJFORMAT} == "elf" && ${MACHINE_ARCH} == "i386" - @${SED} -e 's/^@comment ELF-only://' ${PKGDIR}/PLIST >${PLIST} + @${SED} -e 's/^@comment ELF-only://' ${PKGDIR}/pkg-plist >${PLIST} .endif @# Keep from running `autoconf' and `autoheader' since we modified @# configure.in by patching it. |