diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-13 17:39:47 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-13 17:39:47 +0800 |
commit | 10203d07687c6e1533915e3048f8b906082cc502 (patch) | |
tree | fd467f74f36171f9d897f1efeffd0daf6d3872f3 /misc | |
parent | 9b67082c9aa8a8fa853ef590eb98f95a9c233849 (diff) | |
download | freebsd-ports-gnome-10203d07687c6e1533915e3048f8b906082cc502.tar.gz freebsd-ports-gnome-10203d07687c6e1533915e3048f8b906082cc502.tar.zst freebsd-ports-gnome-10203d07687c6e1533915e3048f8b906082cc502.zip |
Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested for
afterwards.
Encouraged by: mat
Diffstat (limited to 'misc')
-rw-r--r-- | misc/countrycodes/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/misc/countrycodes/Makefile b/misc/countrycodes/Makefile index 54071363b8c8..749354753d87 100644 --- a/misc/countrycodes/Makefile +++ b/misc/countrycodes/Makefile @@ -22,8 +22,6 @@ MAKE_ARGS= prefix="${STAGEDIR}${PREFIX}" CC="${CC}" CCOPTS="${CFLAGS}" WARNINGS= OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/${PORTDOCS} ${STAGEDIR}${DOCSDIR} |