diff options
| author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-04-10 23:04:58 +0000 |
|---|---|---|
| committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-04-10 23:04:58 +0000 |
| commit | f0b511d8af66afda91c1d05022fa3574c1eeef4a (patch) | |
| tree | bd58378d1de495f14b919f4ea0e61f49b5acb827 /textproc/libutf8proc | |
| parent | 3d0a927ca185813065fa0e6f23b6251630a39d1f (diff) | |
Notes
Diffstat (limited to 'textproc/libutf8proc')
| -rw-r--r-- | textproc/libutf8proc/Makefile | 2 |
1 files changed, 2 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* |
