diff --git a/misc/iso-codes/Makefile b/misc/iso-codes/Makefile index 15555d889d6b..f5c8b518afd6 100644 --- a/misc/iso-codes/Makefile +++ b/misc/iso-codes/Makefile @@ -1,28 +1,30 @@ # New ports collection makefile for: iso-codes # Date created: 02 April 2005 # Whom: Koop Mast # # $FreeBSD$ # PORTNAME= iso-codes DISTVERSION= 1.7 CATEGORIES= misc -MASTER_SITES= ftp://pkg-isocodes.alioth.debian.org/pub/pkg-isocodes/ +MASTER_SITES= ftp://pkg-isocodes.alioth.debian.org/pub/pkg-isocodes/ \ + LOCAL +MASTER_SITE_SUBDIR= tabthorpe MAINTAINER= tabthorpe@FreeBSD.org COMMENT= Lists of the country, language and currency iso names BUILD_DEPENDS= xmlproc_parse:${PORTSDIR}/textproc/py-xml USE_BZIP2= yes USE_PYTHON_BUILD= yes USE_GETTEXT= yes USE_GMAKE= yes GNU_CONFIGURE= yes post-patch: @${REINPLACE_CMD} -e '/^pkgconfigdir =/s|=.*|=${PREFIX}/libdata/pkgconfig|'\ ${WRKSRC}/Makefile.in .include