diff options
-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} |