diff options
author | mycroft <mycroft@pkgsrc.org> | 2004-08-03 14:27:51 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 2004-08-03 14:27:51 +0000 |
commit | a9f78fa3e2a24d2b128fa282eed8e703a1a426ce (patch) | |
tree | 4169dddd019a041800e6010105d30a582f1f490b /devel/ucl | |
parent | ca77ea9bb33344a7eba1a5710a7684ae693da8e9 (diff) | |
download | pkgsrc-a9f78fa3e2a24d2b128fa282eed8e703a1a426ce.tar.gz |
Install the uclpack "example".
Diffstat (limited to 'devel/ucl')
-rw-r--r-- | devel/ucl/Makefile | 3 | ||||
-rw-r--r-- | devel/ucl/PLIST | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/ucl/Makefile b/devel/ucl/Makefile index 3160238e8fe..b5d79da0e0e 100644 --- a/devel/ucl/Makefile +++ b/devel/ucl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/07/28 02:29:05 minskim Exp $ +# $NetBSD: Makefile,v 1.9 2004/08/03 14:27:51 mycroft Exp $ # DISTNAME= ucl-1.02 @@ -24,5 +24,6 @@ post-install: for i in simple.c lutil.h uclpack.c Makefile; do \ ${INSTALL_DATA} ${WRKSRC}/examples/$$i ${PREFIX}/share/examples/ucl;\ done; + cd ${WRKSRC}/examples && libtool --mode=install ${INSTALL_PROGRAM} uclpack ${PREFIX}/bin .include "../../mk/bsd.pkg.mk" diff --git a/devel/ucl/PLIST b/devel/ucl/PLIST index 58fca50a97f..c09313aa06c 100644 --- a/devel/ucl/PLIST +++ b/devel/ucl/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.2 2003/12/31 14:58:50 cjep Exp $ +@comment $NetBSD: PLIST,v 1.3 2004/08/03 14:27:51 mycroft Exp $ +bin/uclpack include/ucl/ucl.h include/ucl/ucl_asm.h include/ucl/uclconf.h |