diff options
author | Jesper Skriver <jesper@FreeBSD.org> | 2002-06-21 21:37:34 +0000 |
---|---|---|
committer | Jesper Skriver <jesper@FreeBSD.org> | 2002-06-21 21:37:34 +0000 |
commit | d0fd9630d263440a43b37a1e2f724bdd962708d1 (patch) | |
tree | ac7b2e429a7ddfe2584e3417ebf0b8cf430128c1 /net-mgmt/p5-JUNOScript/Makefile | |
parent | b1359056a95626a423f047889920c2b84708d19e (diff) |
Finish the upgrade to 5.3R2.4
Remove all restrictions after permission from Wendy Cartee <wendy@juniper.net>
Copy the distfile to MASTER_SITE_LOCAL so we can fetch it, it's only fetchable
via https from Juniper
Notes
Notes:
svn path=/head/; revision=61705
Diffstat (limited to 'net-mgmt/p5-JUNOScript/Makefile')
-rw-r--r-- | net-mgmt/p5-JUNOScript/Makefile | 25 |
1 files changed, 5 insertions, 20 deletions
diff --git a/net-mgmt/p5-JUNOScript/Makefile b/net-mgmt/p5-JUNOScript/Makefile index 28bc9c72f0e0..03fda7859e2e 100644 --- a/net-mgmt/p5-JUNOScript/Makefile +++ b/net-mgmt/p5-JUNOScript/Makefile @@ -8,8 +8,9 @@ PORTNAME= JUNOScript PORTVERSION= 5.3R2.4 CATEGORIES= net perl5 -MASTER_SITES= https://download.juniper.net/public/junoscript/ -MASTER_SITE_SUBDIR= ${PORTVERSION} +MASTER_SITES= ${MASTER_SITE_LOCAL} \ + http://e.wheel.dk/~jesper/ +MASTER_SITE_SUBDIR= jesper PKGNAMEPREFIX= p5- DISTNAME= junoscript-perl-${PORTVERSION}-domestic @@ -64,12 +65,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -# http://www.juniper.net/footerlegal.html -RESTRICTED= "Redistribution not allowed" -NO_PACKAGE= "Redistribution not allowed" -NO_CDROM= "Redistribution not allowed" - -WRKSRC= ${WRKDIR}/junoscript-${PORTVERSION} +WRKSRC= ${WRKDIR}/junoscript-perl-${PORTVERSION} MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= JUNOS::Access.3 \ @@ -86,15 +82,4 @@ MAN3= JUNOS::Access.3 \ JUNOS::Access::ssh.3 \ JUNOS::Device.3 -.include <bsd.port.pre.mk> - -.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE= may not be automatically fetched due to licensing\ - restrictions. You MUST manually fetch the ${DISTNAME}${EXTRACT_SUFX} file\ - from http://www.juniper.net/support/junoscript/ or\ - https://download.juniper.net/public/junoscript/5.3R2.4/junoscript-perl-5.3R2.4-domestic.tar.gz\ - - once ${DISTFILES} has been downloaded, move it to\ - ${DISTDIR} and then restart this build. -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |