diff options
author | Steve Price <steve@FreeBSD.org> | 2001-12-15 22:12:05 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2001-12-15 22:12:05 +0000 |
commit | 4c0a2512436492e60c4d122cf77d919fb2781e7c (patch) | |
tree | f7c781bea16a03f9a8edb8fd351be211633d4426 | |
parent | Get the p5-Template-Toolkit dependency to look for Template.pm in the (diff) |
Since we have two ports, ciscoconf and cisco_conf, that use the same named
distfile with different contents put this this one is its own DIST_SUBDIR
to avoid confusing which one is used.
Notes
Notes:
svn path=/head/; revision=51599
-rw-r--r-- | net-mgmt/cisco_conf/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/cisco_conf/distinfo | 2 | ||||
-rw-r--r-- | net/cisco_conf/Makefile | 3 | ||||
-rw-r--r-- | net/cisco_conf/distinfo | 2 |
4 files changed, 6 insertions, 4 deletions
diff --git a/net-mgmt/cisco_conf/Makefile b/net-mgmt/cisco_conf/Makefile index a66bb724f57f..4de9501a9b67 100644 --- a/net-mgmt/cisco_conf/Makefile +++ b/net-mgmt/cisco_conf/Makefile @@ -8,8 +8,9 @@ PORTNAME= cisco_conf PORTVERSION= 1.1 CATEGORIES= net -MASTER_SITES= http://rnoc.urc.ac.ru/~anton/projects/files/ +MASTER_SITES= http://www.chelcom.ru/~anton/projects/files/ DISTNAME= ciscoconf-${PORTVERSION} +DIST_SUBDIR= cisco_conf MAINTAINER= anton@urc.ac.ru diff --git a/net-mgmt/cisco_conf/distinfo b/net-mgmt/cisco_conf/distinfo index aa9b26cac7b6..3d7728583465 100644 --- a/net-mgmt/cisco_conf/distinfo +++ b/net-mgmt/cisco_conf/distinfo @@ -1 +1 @@ -MD5 (ciscoconf-1.1.tar.gz) = 97c483282ac6afd88d3fc4334c5326fb +MD5 (cisco_conf/ciscoconf-1.1.tar.gz) = 97c483282ac6afd88d3fc4334c5326fb diff --git a/net/cisco_conf/Makefile b/net/cisco_conf/Makefile index a66bb724f57f..4de9501a9b67 100644 --- a/net/cisco_conf/Makefile +++ b/net/cisco_conf/Makefile @@ -8,8 +8,9 @@ PORTNAME= cisco_conf PORTVERSION= 1.1 CATEGORIES= net -MASTER_SITES= http://rnoc.urc.ac.ru/~anton/projects/files/ +MASTER_SITES= http://www.chelcom.ru/~anton/projects/files/ DISTNAME= ciscoconf-${PORTVERSION} +DIST_SUBDIR= cisco_conf MAINTAINER= anton@urc.ac.ru diff --git a/net/cisco_conf/distinfo b/net/cisco_conf/distinfo index aa9b26cac7b6..3d7728583465 100644 --- a/net/cisco_conf/distinfo +++ b/net/cisco_conf/distinfo @@ -1 +1 @@ -MD5 (ciscoconf-1.1.tar.gz) = 97c483282ac6afd88d3fc4334c5326fb +MD5 (cisco_conf/ciscoconf-1.1.tar.gz) = 97c483282ac6afd88d3fc4334c5326fb |