diff --git a/devel/libunicode/Makefile b/devel/libunicode/Makefile index e3d6f029f880..001e0ec2396b 100644 --- a/devel/libunicode/Makefile +++ b/devel/libunicode/Makefile @@ -1,27 +1,27 @@ PORTNAME= libunicode PORTVERSION= 0.4 PORTREVISION= 12 CATEGORIES= devel gnome -MASTER_SITES= GNOME +MASTER_SITES= GNOME/sources/libunicode DISTNAME= ${PORTNAME}-${PORTVERSION}.gnome MAINTAINER= gnome@FreeBSD.org COMMENT= Library for manipulating Unicode characters and strings WWW= https://www.gnome.org/ USES= iconv libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=${PREFIX}/share \ --datadir=${PREFIX}/share CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib CONFLICTS_INSTALL= libunicode-contour WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} .include