diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-06-09 21:59:16 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-06-09 21:59:16 +0000 |
commit | fe90a46320532cd21dbbf025598fab0fccb2b55a (patch) | |
tree | 3c45e06228f6ac7b46f01b9319ba3f5a4583431e /misc | |
parent | Add monitord, a simple service monitoring daemon that restarts a service (diff) |
Define MASTER_SITE_SUBDIR=asami/LOCAL_PORTS as these are moved to my
area on the local ports tree.
Notes
Notes:
svn path=/head/; revision=29476
Diffstat (limited to 'misc')
-rw-r--r-- | misc/chord/Makefile | 1 | ||||
-rw-r--r-- | misc/colorls/Makefile | 1 | ||||
-rw-r--r-- | misc/team/Makefile | 1 | ||||
-rw-r--r-- | misc/uk-phone/Makefile | 1 | ||||
-rw-r--r-- | misc/uk-postcodes/Makefile | 1 | ||||
-rw-r--r-- | misc/us-zipcodes/Makefile | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/misc/chord/Makefile b/misc/chord/Makefile index a8a7cb50cfc9..4c0cc4d024b4 100644 --- a/misc/chord/Makefile +++ b/misc/chord/Makefile @@ -9,6 +9,7 @@ PORTNAME= chord PORTVERSION= 3.6 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= asami/LOCAL_PORTS DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org diff --git a/misc/colorls/Makefile b/misc/colorls/Makefile index 131427179e90..26e397904c25 100644 --- a/misc/colorls/Makefile +++ b/misc/colorls/Makefile @@ -10,6 +10,7 @@ PORTNAME= colorls PORTVERSION= 2.2.7 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= asami DISTFILES= ls-${PORTVERSION}.tar.gz MAINTAINER= asami@FreeBSD.org diff --git a/misc/team/Makefile b/misc/team/Makefile index 594486b7a2ad..1ed2c23ffd7a 100644 --- a/misc/team/Makefile +++ b/misc/team/Makefile @@ -10,6 +10,7 @@ PORTNAME= team PORTVERSION= 3.1 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= asami/LOCAL_PORTS MAINTAINER= joerg@FreeBSD.org diff --git a/misc/uk-phone/Makefile b/misc/uk-phone/Makefile index e269b704dae5..e119474d6e53 100644 --- a/misc/uk-phone/Makefile +++ b/misc/uk-phone/Makefile @@ -10,6 +10,7 @@ PORTVERSION= 1.0 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://people.FreeBSD.org/~wosch/src/ +MASTER_SITE_SUBDIR= asami/LOCAL_PORTS PKGNAMEPREFIX= uk- DISTFILES= uk.phone.gz diff --git a/misc/uk-postcodes/Makefile b/misc/uk-postcodes/Makefile index 7d0fdbc0bb18..b7fff8da99df 100644 --- a/misc/uk-postcodes/Makefile +++ b/misc/uk-postcodes/Makefile @@ -10,6 +10,7 @@ PORTVERSION= 1.0 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://people.FreeBSD.org/~wosch/src/ +MASTER_SITE_SUBDIR= asami/LOCAL_PORTS PKGNAMEPREFIX= uk- DISTFILES= uk.postcodes.gz diff --git a/misc/us-zipcodes/Makefile b/misc/us-zipcodes/Makefile index b66e15ef5f60..c046e6b0d4c5 100644 --- a/misc/us-zipcodes/Makefile +++ b/misc/us-zipcodes/Makefile @@ -10,6 +10,7 @@ PORTVERSION= 1.0 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://people.FreeBSD.org/~wosch/src/ +MASTER_SITE_SUBDIR= asami/LOCAL_PORTS PKGNAMEPREFIX= us- DISTFILES= ${PORTNAME}.gz |