aboutsummaryrefslogtreecommitdiff
path: root/korean
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-09-17 02:07:18 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-09-17 02:07:18 +0000
commitb8f1e735db9a2956d0e0ecd5c0ba6fcf2b48105c (patch)
tree31ce233c040126cda2ea2a61793c4c03305667ed /korean
parent2f3a81279fec862767987a571c5b56a857edcac4 (diff)
downloadports-b8f1e735db9a2956d0e0ecd5c0ba6fcf2b48105c.tar.gz
ports-b8f1e735db9a2956d0e0ecd5c0ba6fcf2b48105c.zip
Notes
Diffstat (limited to 'korean')
-rw-r--r--korean/hanemacs/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/korean/hanemacs/Makefile b/korean/hanemacs/Makefile
index f3c878e48b30..01f3f963ba98 100644
--- a/korean/hanemacs/Makefile
+++ b/korean/hanemacs/Makefile
@@ -28,6 +28,12 @@ CONFIGURE_TARGET= ${MACHINE_ARCH}--freebsd
STRIP=
MAN1= emacs.1 etags.1 ctags.1
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 601104
+BROKEN= Incorrect pkg-plist on FreeBSD >= 6.x
+.endif
+
pre-build:
@cd ${WRKSRC}; \
for file in \
@@ -50,4 +56,4 @@ post-install:
@${MKDIR} ${PREFIX}/etc/rc.d
@${INSTALL_SCRIPT} ${FILESDIR}/emacs.sh ${PREFIX}/etc/rc.d
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>