diff options
-rw-r--r-- | net/pppoa/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/pppoa/Makefile b/net/pppoa/Makefile index 0e2baa7b6e68..b2b3e0064a84 100644 --- a/net/pppoa/Makefile +++ b/net/pppoa/Makefile @@ -21,8 +21,7 @@ COMMENT= Run PPP over Alcatel's USB Speedtouch device HAS_CONFIGURE= yes SPEEDTOUCH= speedtouch-1.2-beta2 ALCATELDRIVER= speedmgmt.tar.gz -NO_CDROM= "http://www.speedtouchdsl.com/disclaimer_lx.htm" -NO_PACKAGE= "http://www.speedtouchdsl.com/disclaimer_lx.htm" +RESTRICTED= "http://www.speedtouchdsl.com/disclaimer_lx.htm" RESTRICTED_FILES= ${ALCATELDRIVER} WRKSRC= ${WRKDIR}/${SPEEDTOUCH} |