diff options
| -rw-r--r-- | textproc/libutf8proc/Makefile | 2 | ||||
| -rw-r--r-- | textproc/utf8proc/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/textproc/libutf8proc/Makefile b/textproc/libutf8proc/Makefile index e32edbb9b74c..9c339ea19f75 100644 --- a/textproc/libutf8proc/Makefile +++ b/textproc/libutf8proc/Makefile @@ -21,6 +21,8 @@ WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//} MAKE_ENV+= COMPONENT_TYPE="lib-shared" PLIST_SUB+= VERSION=${PORTVERSION:S/.3$//} +CONFLICTS= utf8proc-[0-9]* + post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libutf8proc.so* diff --git a/textproc/utf8proc/Makefile b/textproc/utf8proc/Makefile index 35dc03e09e51..98e3f5cbf797 100644 --- a/textproc/utf8proc/Makefile +++ b/textproc/utf8proc/Makefile @@ -25,6 +25,8 @@ PLIST_FILES= include/utf8proc.h \ lib/libutf8proc.so.${PORTVERSION} PORTDOCS= NEWS.md README.md +CONFLICTS= libutf8proc-[0-9]* + OPTIONS_DEFINE= DOCS post-install: |
