mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
- Makefile.local for slave ports is included by bsd.port.mk r397519
This commit is contained in:
parent
c0eebf3a5d
commit
78b97f0b61
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=409731
12 changed files with 0 additions and 42 deletions
|
@ -7,8 +7,4 @@ MAINTAINER= dinoex@FreeBSD.org
|
|||
MASTERDIR?= ${.CURDIR}/../../www/webalizer
|
||||
WEBALIZER_LANG= german
|
||||
|
||||
.if exists(${.CURDIR}/Makefile.local)
|
||||
.include "${.CURDIR}/Makefile.local"
|
||||
.endif
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
|
|
@ -7,8 +7,4 @@ MAINTAINER= dinoex@FreeBSD.org
|
|||
WEBALIZER_LANG= japanese
|
||||
MASTERDIR?= ${.CURDIR}/../../www/webalizer
|
||||
|
||||
.if exists(${.CURDIR}/Makefile.local)
|
||||
.include "${.CURDIR}/Makefile.local"
|
||||
.endif
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
|
|
@ -9,8 +9,4 @@ MASTERDIR?= ${.CURDIR}/../popa3d
|
|||
|
||||
OPTIONS_DEFAULT= SMTP_AFTER_POP3
|
||||
|
||||
.if exists(${.CURDIR}/Makefile.local)
|
||||
.include "${.CURDIR}/Makefile.local"
|
||||
.endif
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
|
|
@ -15,10 +15,6 @@ USE_PYTHON= autoplist distutils
|
|||
WRKDIR= ${WRKDIRPREFIX}${MASTERDIR}/work
|
||||
PLIST= ${.CURDIR}/pkg-plist
|
||||
|
||||
.if exists(${.CURDIR}/Makefile.local)
|
||||
.include "${.CURDIR}/Makefile.local"
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} 's/\(version\)="[^"]*"/\1="${PORTVERSION}"/' \
|
||||
${WRKSRC}/setup.py
|
||||
|
|
|
@ -8,8 +8,4 @@ MASTERDIR= ${.CURDIR}/../suck
|
|||
|
||||
OPTIONS_DEFAULT= SSL CNEWS
|
||||
|
||||
.if exists(${.CURDIR}/Makefile.local)
|
||||
.include "${.CURDIR}/Makefile.local"
|
||||
.endif
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
|
|
@ -8,8 +8,4 @@ MAINTAINER= wtp@bsdguru.org
|
|||
MASTERDIR?= ${.CURDIR}/../../www/webalizer
|
||||
WEBALIZER_LANG= polish
|
||||
|
||||
.if exists(${.CURDIR}/Makefile.local)
|
||||
.include "${.CURDIR}/Makefile.local"
|
||||
.endif
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
|
|
@ -8,8 +8,4 @@ MAINTAINER= ports@FreeBSD.org
|
|||
MASTERDIR?= ${.CURDIR}/../../www/webalizer
|
||||
WEBALIZER_LANG= portuguese_brazil
|
||||
|
||||
.if exists(${.CURDIR}/Makefile.local)
|
||||
.include "${.CURDIR}/Makefile.local"
|
||||
.endif
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
|
|
@ -8,8 +8,4 @@ MAINTAINER= ports@FreeBSD.org
|
|||
MASTERDIR?= ${.CURDIR}/../../www/webalizer
|
||||
WEBALIZER_LANG= portuguese
|
||||
|
||||
.if exists(${.CURDIR}/Makefile.local)
|
||||
.include "${.CURDIR}/Makefile.local"
|
||||
.endif
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
|
|
@ -8,5 +8,4 @@ MASTERDIR?= ${.CURDIR}/../cups-base
|
|||
|
||||
CUPS_CLIENT= yes
|
||||
|
||||
.sinclude "${.CURDIR}/Makefile.local"
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
|
|
@ -8,5 +8,4 @@ MASTERDIR?= ${.CURDIR}/../cups-base
|
|||
|
||||
CUPS_IMAGE= yes
|
||||
|
||||
.sinclude "${.CURDIR}/Makefile.local"
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
|
|
@ -11,8 +11,4 @@ BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/x11-fonts/geminifonts:fetch
|
|||
GD_FONTS= ${DISTDIR}/x-koi8u.tgz koi6x10.bdf koi6x13.bdf \
|
||||
koi10x16b.bdf koi9x15.bdf koi10x20.bdf
|
||||
|
||||
.if exists(${.CURDIR}/Makefile.local)
|
||||
.include "${.CURDIR}/Makefile.local"
|
||||
.endif
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
|
|
@ -11,8 +11,4 @@ OPTIONS_DEFAULT=GEOIP
|
|||
|
||||
WEBALIZER_SUFFIX= -geoip
|
||||
|
||||
.if exists(${.CURDIR}/Makefile.local)
|
||||
.include "${.CURDIR}/Makefile.local"
|
||||
.endif
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
|
Loading…
Add table
Reference in a new issue