diff options
author | marcus <marcus@FreeBSD.org> | 2005-06-28 04:52:01 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-06-28 04:52:01 +0800 |
commit | 3192d084280bd9a4a0f0431cdd2a48d0018321c2 (patch) | |
tree | ab5ab31a987ceeeb4e23d0b959613c17271a31ed /misc/iso-codes | |
parent | bf6495423a5fa98fb92a773a594953929d898984 (diff) | |
download | freebsd-ports-gnome-3192d084280bd9a4a0f0431cdd2a48d0018321c2.tar.gz freebsd-ports-gnome-3192d084280bd9a4a0f0431cdd2a48d0018321c2.tar.zst freebsd-ports-gnome-3192d084280bd9a4a0f0431cdd2a48d0018321c2.zip |
Be sure to create libdata/pkgconfig since this was only added to mtree
recently, and is still required for older versions of FreeBSD.
Reported by: GNOME Tinderbox
Diffstat (limited to 'misc/iso-codes')
-rw-r--r-- | misc/iso-codes/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/iso-codes/Makefile b/misc/iso-codes/Makefile index 582ca6d538d5..b01b164ba98e 100644 --- a/misc/iso-codes/Makefile +++ b/misc/iso-codes/Makefile @@ -7,7 +7,7 @@ PORTNAME= codes PORTVERSION= 0.46 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_DEBIAN} MASTER_SITE_SUBDIR= pool/main/i/${PKGNAMEPREFIX}${PORTNAME} @@ -100,6 +100,7 @@ do-install: ${PREFIX}/share/locale/${catalog:S|.mo||}/LC_MESSAGES/iso_4217.mo .endfor @${MKDIR} ${PREFIX}/share/xml/iso-codes + @${MKDIR} ${PREFIX}/libdata/pkgconfig @${INSTALL_SCRIPT} ${WRKSRC}/iso_3166/iso_3166.xml \ ${PREFIX}/share/xml/iso-codes/iso_3166.xml @${INSTALL_SCRIPT} ${WRKSRC}/iso_3166/iso_3166_2/iso_3166_2.xml \ |