Set INSTALLATION_DIRS for pkgviews installation.

This commit is contained in:
minskim 2005-03-02 04:20:08 +00:00
parent 13b9b36575
commit 769753b278

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.11 2004/10/03 00:13:34 tv Exp $
# $NetBSD: Makefile,v 1.12 2005/03/02 04:20:08 minskim Exp $
#
DISTNAME= ucl-1.02
@ -20,6 +20,8 @@ CONFIGURE_ARGS+= --enable-shared=yes
# Avoid an ICE in gcc2 on sparc64
CONFIGURE_ENV+= F77=${FALSE}
INSTALLATION_DIRS= bin
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/ucl
for i in simple.c lutil.h uclpack.c Makefile; do \