From 769753b2788dffba32cde9cb32f4a9ff44ae20c0 Mon Sep 17 00:00:00 2001 From: minskim Date: Wed, 2 Mar 2005 04:20:08 +0000 Subject: [PATCH] Set INSTALLATION_DIRS for pkgviews installation. --- devel/ucl/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/ucl/Makefile b/devel/ucl/Makefile index 86581131f875..1e16c6e1d0d1 100644 --- a/devel/ucl/Makefile +++ b/devel/ucl/Makefile @@ -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 \