diff options
Diffstat (limited to 'net/rp-pppoe/Makefile')
-rw-r--r-- | net/rp-pppoe/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/rp-pppoe/Makefile b/net/rp-pppoe/Makefile index 4ecf4c37db8..1ff7ab35bf2 100644 --- a/net/rp-pppoe/Makefile +++ b/net/rp-pppoe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2005/06/24 19:18:57 kristerw Exp $ +# $NetBSD: Makefile,v 1.29 2005/11/03 22:49:40 rillig Exp $ DISTNAME= rp-pppoe-3.5 PKGREVISION= 2 @@ -12,18 +12,19 @@ COMMENT= Roaring Penguin's PPP over Ethernet client CONFLICTS+= mouse_pppoe<20000912nb1 -WRKSRC= ${WRKDIR}/${DISTNAME}/src USE_PKGINSTALL= YES USE_TOOLS+= id GNU_CONFIGURE= YES +CONFIGURE_DIRS= src CONFIGURE_ENV+= PPPD=${PPPD} CONFIGURE_ENV+= ID="${TOOLS_ID}" +BUILD_DIRS= src RCD_SCRIPTS= pppoe post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/rp-pppoe - cd ${WRKSRC}/../configs && \ + cd ${WRKSRC}/configs && \ ${INSTALL_DATA} pppoe.conf pppoe-server-options \ ${PREFIX}/share/examples/rp-pppoe |