summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorminskim <minskim>2005-03-02 04:20:08 +0000
committerminskim <minskim>2005-03-02 04:20:08 +0000
commit2c1a210ed76b9e0b3756dce3e50309f3c1087f3d (patch)
treebf1d3934b281b1437dbc48e1638d498a7b20c07c /devel
parent3eba5e68d3798c32baf7d1653cfe0798156f937a (diff)
downloadpkgsrc-2c1a210ed76b9e0b3756dce3e50309f3c1087f3d.tar.gz
Set INSTALLATION_DIRS for pkgviews installation.
Diffstat (limited to 'devel')
-rw-r--r--devel/ucl/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/ucl/Makefile b/devel/ucl/Makefile
index 86581131f87..1e16c6e1d0d 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 \