pkgsrc/geography/xrmap-anthems/Makefile
bsiegert 11eb68bbc8 Fix a common mistake in many different packages: POSIX says that when using
pax -rw, the destination directory must exist. pax in NetBSD creates it if
not, pax in MirBSD complains. I read through all pkgsrc Makefiles that use
pax and added an entry to INSTALLATION_DIRS, or an INSTALL_DATA_DIR
invocation.

I did not test all the changes but they should be fairly safe. If you notice
any breakage because of this change, please contact me.
2013-10-18 11:41:17 +00:00

23 lines
595 B
Makefile

# $NetBSD: Makefile,v 1.11 2013/10/18 11:41:18 bsiegert Exp $
#
DISTNAME= anthems-1.3
PKGNAME= xrmap-anthems-1.3
CATEGORIES= geography
MASTER_SITES= ftp://ftp.ac-grenoble.fr/ge/geosciences/xrmap/data/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://frmas.free.fr/li_1.htm
COMMENT= National anthems (text) for xrmap
DEPENDS+= xrmap-base>=2.29:../../geography/xrmap-base
NO_BUILD= yes
INSTALLATION_DIRS= share/rmap/anthems
USE_TOOLS+= pax
do-install:
cd ${WRKSRC} && pax -rw -pp * ${DESTDIR}${PREFIX}/share/rmap/anthems
.include "../../mk/bsd.pkg.mk"