summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/rp-pppoe/Makefile12
1 files changed, 1 insertions, 11 deletions
diff --git a/net/rp-pppoe/Makefile b/net/rp-pppoe/Makefile
index d4ebb7febc0..21b565ada8c 100644
--- a/net/rp-pppoe/Makefile
+++ b/net/rp-pppoe/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2002/10/06 21:08:58 tron Exp $
+# $NetBSD: Makefile,v 1.18 2002/10/07 20:05:53 tron Exp $
DISTNAME= rp-pppoe-3.3
CATEGORIES= net
@@ -16,16 +16,6 @@ CONFIGURE_ENV+= PPPD=${PPPD}
WRKSRC= ${WRKDIR}/${DISTNAME}/src
-.include "../../mk/bsd.prefs.mk"
-
-.if ${OPSYS} == "NetBSD" && ${OS_VERSION:M1.[0-4]*} != ""
-DEPENDS+= ppp>=2.3.10:../ppp
-
-PPPD= ${LOCALBASE}/sbin/pppd
-.else
-PPPD= /usr/sbin/pppd
-.endif
-
post-build:
${SED} -e 's#$${PREFIX}#${PREFIX}#g' <${FILESDIR}/pppoe.sh \
>${WRKDIR}/pppoe.sh