diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-13 09:39:47 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-13 09:39:47 +0000 |
commit | f4cb4476e20b69797333123eeb6991906b8f75e6 (patch) | |
tree | fd467f74f36171f9d897f1efeffd0daf6d3872f3 /misc/countrycodes | |
parent | 76c5a98341698ab4340a1329f33e7b4672b9bc73 (diff) | |
download | ports-f4cb4476e20b69797333123eeb6991906b8f75e6.tar.gz ports-f4cb4476e20b69797333123eeb6991906b8f75e6.zip |
Notes
Diffstat (limited to 'misc/countrycodes')
-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} |