diff options
author | kris <kris@FreeBSD.org> | 2003-10-16 09:31:58 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-10-16 09:31:58 +0800 |
commit | da8461ff2ec762292299f15fc11acb1c8964991e (patch) | |
tree | f89e331d5f2e08ecfea6d61ae8acc9965049b439 /net/l2tpd | |
parent | aacf2ddd5568a006dd10f1707dbfc411828817ce (diff) | |
download | freebsd-ports-gnome-da8461ff2ec762292299f15fc11acb1c8964991e.tar.gz freebsd-ports-gnome-da8461ff2ec762292299f15fc11acb1c8964991e.tar.zst freebsd-ports-gnome-da8461ff2ec762292299f15fc11acb1c8964991e.zip |
BROKEN on 5.x: does not compile
Diffstat (limited to 'net/l2tpd')
-rw-r--r-- | net/l2tpd/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net/l2tpd/Makefile b/net/l2tpd/Makefile index 8ba1da7a2a39..98e10c1dc5fd 100644 --- a/net/l2tpd/Makefile +++ b/net/l2tpd/Makefile @@ -19,6 +19,12 @@ USE_REINPLACE= yes MAN5= l2tp-secrets.5 l2tpd.conf.5 MAN8= l2tpd.8 +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 501000 +BROKEN= "Does not compile" +.endif + do-configure: ${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/doc/l2tpd.8 \ ${WRKSRC}/doc/l2tpd.conf.sample ${WRKSRC}/doc/l2tp-secrets.5 \ @@ -35,4 +41,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/doc/l2tpd.conf.sample ${PREFIX}/etc/l2tp ${INSTALL_DATA} ${WRKSRC}/doc/l2tp-secrets.sample ${PREFIX}/etc/l2tp -.include <bsd.port.mk> +.include <bsd.port.post.mk> |