diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-09-17 02:07:18 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-09-17 02:07:18 +0000 |
commit | b8f1e735db9a2956d0e0ecd5c0ba6fcf2b48105c (patch) | |
tree | 31ce233c040126cda2ea2a61793c4c03305667ed /korean/hanemacs | |
parent | Move 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/Makefile | 8 |
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> |