diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-17 03:41:28 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-17 03:41:28 +0000 |
commit | 16c215ee4d8edd4bb175cf7f1c45635e8db9df44 (patch) | |
tree | 6f1d60c20b9b0f6734de7377110e824c016cac12 | |
parent | 1fb41b40e6c170b7933de2534b27f3fc7f1e8d96 (diff) | |
download | ports-16c215ee4d8edd4bb175cf7f1c45635e8db9df44.tar.gz ports-16c215ee4d8edd4bb175cf7f1c45635e8db9df44.zip |
Notes
-rw-r--r-- | deskutils/conkyemail/Makefile | 2 | ||||
-rw-r--r-- | deskutils/conkyforecast/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/conkyemail/Makefile b/deskutils/conkyemail/Makefile index 4f77dd3356e3..03c563033fd5 100644 --- a/deskutils/conkyemail/Makefile +++ b/deskutils/conkyemail/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= conky:${PORTSDIR}/sysutils/conky USE_PYTHON= yes NO_BUILD= yes USE_PYDISTUTILS=yes -INSTALL_EGGINFO=yes +INSTALLS_EGGINFO= yes WRKSRC= ${WRKDIR}/src diff --git a/deskutils/conkyforecast/Makefile b/deskutils/conkyforecast/Makefile index 51dc9599429f..73930c62e611 100644 --- a/deskutils/conkyforecast/Makefile +++ b/deskutils/conkyforecast/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= conky:${PORTSDIR}/sysutils/conky \ USE_PYTHON= yes USE_PYDISTUTILS=yes -INSTALL_EGGINFO=yes +INSTALLS_EGGINFO= yes USES= gettext SUB_FILES= pkg-message SUB_LIST+= FONTSDIR="${FONTSDIR:S|${PREFIX}/||}" |