diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-07-29 11:50:26 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-07-29 11:50:26 +0000 |
commit | 1e036c4d10502727aa68d63fcd29a15e5b0bc665 (patch) | |
tree | 5363d821f4a67e4a0bbebc47499912bcb4a02ef2 /editors/emacs19/Makefile | |
parent | 4edc2395011b45dd2a5031e3fe71658411748b7c (diff) | |
download | ports-1e036c4d10502727aa68d63fcd29a15e5b0bc665.tar.gz ports-1e036c4d10502727aa68d63fcd29a15e5b0bc665.zip |
Notes
Diffstat (limited to 'editors/emacs19/Makefile')
-rw-r--r-- | editors/emacs19/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/editors/emacs19/Makefile b/editors/emacs19/Makefile index a8c3772d457b..3d72909e1866 100644 --- a/editors/emacs19/Makefile +++ b/editors/emacs19/Makefile @@ -39,6 +39,12 @@ CONFIGURE_ARGS= --with-x=no --sharedstatedir=/var/run STRIP= MAN1= emacs.1 etags.1 ctags.1 +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 600000 +BROKEN= "invalid packing list" +.endif + post-install: .for file in emacs-19.34 emacsclient etags ctags b2m ${STRIP_CMD} ${PREFIX}/bin/${file} @@ -51,4 +57,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> |