diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 02:10:52 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 02:10:52 +0000 |
commit | 2f5fd33d0b48f766e2722a601367b2d51c9e82a8 (patch) | |
tree | 662ca58b6bf492bef7d41ebac8ca99d63081bbfb /net/pppd23 | |
parent | fa9509791fb3ad63885e207da5c039b25eeef942 (diff) |
Notes
Diffstat (limited to 'net/pppd23')
-rw-r--r-- | net/pppd23/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/net/pppd23/Makefile b/net/pppd23/Makefile index 2145b0ec40cc..3a264e724fd1 100644 --- a/net/pppd23/Makefile +++ b/net/pppd23/Makefile @@ -14,14 +14,10 @@ DISTNAME= ppp-${PORTVERSION} MAINTAINER= netch@netch.kiev.ua COMMENT= PPP daemon which uses ppp line discipline +EXTRA_PATCHES= ${PATCHDIR}/extra-patch-no-logf + GNU_CONFIGURE= yes MAN8= pppd.8 pppstats.8 chat.8 MANCOMPRESSED= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 500000 -EXTRA_PATCHES= ${PATCHDIR}/extra-patch-no-logf -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |