diff options
author | dinoex <dinoex@FreeBSD.org> | 2016-02-28 17:32:43 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2016-02-28 17:32:43 +0800 |
commit | db69d02fbc24bd766b77582dd0743d884544ad0b (patch) | |
tree | 3625317c71689869e4617a614f6aef4e36c36f21 /polish | |
parent | b32150f3ca6f48802e20d10c95178c2c07070bbb (diff) | |
download | freebsd-ports-gnome-db69d02fbc24bd766b77582dd0743d884544ad0b.tar.gz freebsd-ports-gnome-db69d02fbc24bd766b77582dd0743d884544ad0b.tar.zst freebsd-ports-gnome-db69d02fbc24bd766b77582dd0743d884544ad0b.zip |
- Makefile.local for slave ports is included by bsd.port.mk r397519
Diffstat (limited to 'polish')
-rw-r--r-- | polish/webalizer2/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/polish/webalizer2/Makefile b/polish/webalizer2/Makefile index 288412539b28..6d02b7af6203 100644 --- a/polish/webalizer2/Makefile +++ b/polish/webalizer2/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" |