mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
2ed7e49c39
- Allow Makefile.local in the slave dir.
17 lines
350 B
Makefile
17 lines
350 B
Makefile
# New ports collection makefile for: webalizer2
|
|
# Date created: 02.Jun 1998
|
|
# Whom: dirk.meyer@dinoex.sub.org
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PKGNAMEPREFIX?= de-
|
|
MASTERDIR?= ${.CURDIR}/../../www/webalizer
|
|
CATEGORIES= german
|
|
WEBALIZER_LANG= german
|
|
|
|
.if exists(${.CURDIR}/Makefile.local)
|
|
.include "${.CURDIR}/Makefile.local"
|
|
.endif
|
|
|
|
.include "${MASTERDIR}/Makefile"
|