diff options
author | Will Andrews <will@FreeBSD.org> | 2000-06-01 15:52:33 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-06-01 15:52:33 +0000 |
commit | ec56bcdef9c7866f332798b17ce78a394e975cbd (patch) | |
tree | db567abce577e236cf8da5cb292acf75f068f4d7 | |
parent | Since cdd has code that dates back to before CAM, we have to disable its (diff) |
MASTER_SITE changed directory, adjust.
PR: 18942
Submitted by: Edwin Groothuis <mavetju@chello.nl>
Notes
Notes:
svn path=/head/; revision=29053
-rw-r--r-- | sysutils/ucspi-tcp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/ucspi-tcp/Makefile b/sysutils/ucspi-tcp/Makefile index 6d94910b2b65..699402808e83 100644 --- a/sysutils/ucspi-tcp/Makefile +++ b/sysutils/ucspi-tcp/Makefile @@ -8,7 +8,7 @@ PORTNAME= ucspi-tcp PORTVERSION= 0.84 CATEGORIES= sysutils net -MASTER_SITES= http://cr.yp.to/software/ +MASTER_SITES= http://cr.yp.to/ucspi-tcp/ MAINTAINER= dom@myrddin.demon.co.uk @@ -21,7 +21,7 @@ MAN5= tcp-environ.5 PLIST= ${PKGDIR}/PLIST.nodocs .endif -NO_PACKAGE= Unsure of djb's license +NO_PACKAGE= "Unsure of djb's license" ALL_TARGET= prog install instcheck |