11 lines
376 B
Text
11 lines
376 B
Text
# $NetBSD: Makefile.dataset,v 1.4 2006/10/29 08:32:44 shattered Exp $
|
|
|
|
NO_CONFIGURE= yes
|
|
NO_BUILD= yes
|
|
|
|
do-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/dataset
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/dataset/geography
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/dataset/geography/${PKGNAME}
|
|
cd ${WRKSRC} && \
|
|
${PAX} -rw . ${PREFIX}/share/dataset/geography/${PKGNAME}/
|