View | Details | Raw Unified | Return to bug 50572
Collapse All | Expand All

(-)bsd.port.mk (+11 lines)
Lines 92-93 Link Here
92
#				  choices of ${MASTER_SITES} defined in bsd.sites.mk.
92
#				  choices of ${MASTER_SITES} defined in bsd.sites.mk.
93
# DEBIAN_POOL	- Specify that MASTER_SITE_SUBDIR should be formed by
94
#				  the Debian storage rules
95
#				  (/pool/main/<letter>/<name>/). Only guarateed
96
#				  to work if MASTER_SITES is set to
97
#				  ${MASTER_SITE_DEBIAN}
93
# PATCHFILES	- Name(s) of additional files that contain distribution
98
# PATCHFILES	- Name(s) of additional files that contain distribution
Lines 1689-1690 Link Here
1689
.endfor
1694
.endfor
1695
1696
# Form ${MASTER_SITE_SUBDIR} if not defined if deal with Debian packets storage
1697
# and ${DEBIAN_POOL} is defined
1698
.if defined(DEBIAN_POOL) && !defined(MASTER_SITE_SUBDIR)
1699
MASTER_SITE_SUBDIR= 	pool/main/${DISTNAME:C/${DISTNAME:C/.//}//}/${PORTNAME}
1700
.endif

Return to bug 50572