diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2006-08-27 19:57:35 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2006-08-27 19:57:35 +0000 |
commit | 3747b423657a8294dc393a0a6883f06181aff3a8 (patch) | |
tree | 48fa5a8866e05c7838c3882c8463da94d22dea9e /lang | |
parent | 070fdc9acbed6ca6571f94e712abc785cc557a10 (diff) |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/pdss/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lang/pdss/Makefile b/lang/pdss/Makefile index 23e1fc4933fd..dfd48aaa0b24 100644 --- a/lang/pdss/Makefile +++ b/lang/pdss/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.icot.or.jp/ifs/symbolic-proc/unix/ DISTNAME= ${PORTNAME} EXTRACT_SUFX= .tar.Z -MAINTAINER= nin@Jp.FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= The KL1 programming environment on an ordinary UNIX system EMACS_FILES= kl1-mode.el pdss-init.e.el pdss-init.j.el \ @@ -28,9 +28,12 @@ SCRIPTS_ENV+= BSD_INSTALL_DIR="${INSTALL_DIR}" .include <bsd.port.pre.mk> .if ${OSVERSION} >= 501000 -BROKEN= "Does not compile" +BROKEN= Does not compile .endif +DEPRECATED= fails to compile on recent FreeBSD versions +EXPIRATION_DATE= 2006-10-27 + do-configure: @${CP} ${FILESDIR}/Makefile.bsd ${WRKSRC}/Makefile .for f in pdsscmp emulator/config.h emacs/pdss-init.el |