diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-06-26 17:15:03 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-06-26 17:15:03 +0000 |
commit | 50eb4e93116e23b239c018c21003837f1e3e3e6d (patch) | |
tree | ee090563a672afac5eaa8bced1d152aebeb234fd /emulators/pearpc | |
parent | 12853f81f4969819929f99762b806005689bcbd9 (diff) | |
download | ports-50eb4e93116e23b239c018c21003837f1e3e3e6d.tar.gz ports-50eb4e93116e23b239c018c21003837f1e3e3e6d.zip |
Notes
Diffstat (limited to 'emulators/pearpc')
-rw-r--r-- | emulators/pearpc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/pearpc/Makefile b/emulators/pearpc/Makefile index e7063450fa23..09b64ba0e55c 100644 --- a/emulators/pearpc/Makefile +++ b/emulators/pearpc/Makefile @@ -20,6 +20,8 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} PKGMESSAGE= ${WRKDIR}/pkg-message +MAN1= ppc.1 + .if defined(WITH_OPTIMIZED_CFLAGS) CFLAGS+= -O3 -ffast-math .else |