diff options
author | minskim <minskim@pkgsrc.org> | 2005-03-02 04:20:08 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-03-02 04:20:08 +0000 |
commit | 40256b84edafc845842e839ce05bb4f189143cc3 (patch) | |
tree | bf1d3934b281b1437dbc48e1638d498a7b20c07c /devel/ucl/Makefile | |
parent | cad76467d6672e987f9f13d21db49e30f76c1890 (diff) | |
download | pkgsrc-40256b84edafc845842e839ce05bb4f189143cc3.tar.gz |
Set INSTALLATION_DIRS for pkgviews installation.
Diffstat (limited to 'devel/ucl/Makefile')
-rw-r--r-- | devel/ucl/Makefile | 4 |
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 \ |