summaryrefslogtreecommitdiff
path: root/korean/hanemacs
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/hanemacs
parentMove the gcc4[12]-withgcjawt WITHOUT_JAVA BROKEN check into gcc41 since (diff)
BROKEN on 6.x: Incorrect pkg-plist
Notes
Notes: svn path=/head/; revision=173195
Diffstat (limited to 'korean/hanemacs')
-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>