aboutsummaryrefslogtreecommitdiff
path: root/emulators/pearpc
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-06-26 17:15:03 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-06-26 17:15:03 +0000
commit50eb4e93116e23b239c018c21003837f1e3e3e6d (patch)
treeee090563a672afac5eaa8bced1d152aebeb234fd /emulators/pearpc
parent12853f81f4969819929f99762b806005689bcbd9 (diff)
downloadports-50eb4e93116e23b239c018c21003837f1e3e3e6d.tar.gz
ports-50eb4e93116e23b239c018c21003837f1e3e3e6d.zip
- Fix plist. No portrevision raise as this is minor change.
PR: ports/68360 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
Notes
Notes: svn path=/head/; revision=112330
Diffstat (limited to 'emulators/pearpc')
-rw-r--r--emulators/pearpc/Makefile2
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