diff options
author | nemysis <nemysis@FreeBSD.org> | 2013-10-22 07:09:11 +0800 |
---|---|---|
committer | nemysis <nemysis@FreeBSD.org> | 2013-10-22 07:09:11 +0800 |
commit | fef9500431c0c53dd73b8192b9deb286f03583c3 (patch) | |
tree | fcadbe289b584a1fb46d001c727c5c4fa8219bf7 /graphics/founts | |
parent | e90681493e1832a79fddcbd6a8e359bc1928e7bf (diff) | |
download | freebsd-ports-graphics-fef9500431c0c53dd73b8192b9deb286f03583c3.tar.gz freebsd-ports-graphics-fef9500431c0c53dd73b8192b9deb286f03583c3.tar.zst freebsd-ports-graphics-fef9500431c0c53dd73b8192b9deb286f03583c3.zip |
- Remove useless .include <bsd.port.options.mk>
Approved by: pawel / wg (mentors, implicit)
Diffstat (limited to 'graphics/founts')
-rw-r--r-- | graphics/founts/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/graphics/founts/Makefile b/graphics/founts/Makefile index c9d4efdb87b..73dd0f64ad3 100644 --- a/graphics/founts/Makefile +++ b/graphics/founts/Makefile @@ -24,8 +24,6 @@ OPTIONS_DEFINE= DOCS DESKTOP_ENTRIES="Founts" "${COMMENT}" "${PORTNAME}" \ "${PORTNAME}" "Graphics;Game;" false -.include <bsd.port.options.mk> - post-patch: @${REINPLACE_CMD} -e 's|gcc|${CC}|' \ ${WRKSRC}/Makefile |