diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-06-27 20:52:01 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-06-27 20:52:01 +0000 |
commit | 5f75dfea9c9f98e8380ec9f223f1b3070be92bfb (patch) | |
tree | cdf441973604334d2c876ba2d688b1280100b94f /misc/iso-codes | |
parent | - Update to 0.2.4 [1] (diff) |
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 \ |