[Midnightbsd-cvs] mports: Makefile: Correct some of the fetch failures.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Thu Jun 5 14:26:29 EDT 2008
Log Message:
-----------
Correct some of the fetch failures.
Modified Files:
--------------
mports/sysutils/ucspi-tcp:
Makefile (r1.1 -> r1.2)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/sysutils/ucspi-tcp/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L sysutils/ucspi-tcp/Makefile -L sysutils/ucspi-tcp/Makefile -u -r1.1 -r1.2
--- sysutils/ucspi-tcp/Makefile
+++ sysutils/ucspi-tcp/Makefile
@@ -10,7 +10,9 @@
PORTVERSION= 0.88
PORTREVISION= 2
CATEGORIES= sysutils net
-MASTER_SITES= http://cr.yp.to/ucspi-tcp/
+MASTER_SITES= http://cr.yp.to/ucspi-tcp/ \
+ ${MASTER_SITE_FREEBSD_LOCAL}
+MASTER_SITE_SUBDIR= garga/ucspi-tcp
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= ports at MidnightBSD.org
@@ -30,9 +32,12 @@
.include <bsd.port.pre.mk>
-.if !defined(WITHOUT_MAN)
-MASTER_SITES+= http://smarden.org/pape/djb/manpages/:1
-DISTFILES+= ${DISTNAME}-man.tar.gz:1
+.if defined(WITH_MAN)
+MASTER_SITES+= http://smarden.org/pape/djb/manpages/:man \
+ ${MASTER_SITE_FREEBSD_LOCAL:S/$/:man/}
+MASTER_SITE_SUBDIR+= garga/ucspi-tcp/:man
+DISTFILES+= ${DISTNAME}${EXTRACT_SUFX} \
+ ${DISTNAME}-man.tar.gz:man
MAN1= addcr.1 argv0.1 date at .1 delcr.1 finger at .1 fixcrio.1 \
http at .1 mconnect.1 rblsmtpd.1 recordio.1 tcpcat.1 \
tcpclient.1 tcprules.1 tcprulescheck.1 tcpserver.1 who at .1
More information about the Midnightbsd-cvs
mailing list