pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ucl Don't install Makefile. It contains workdir ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3e236a4993e9
branches:  trunk
changeset: 530163:3e236a4993e9
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Jun 17 15:15:09 2007 +0000

description:
Don't install Makefile. It contains workdir references and is bare-bone,
but automake generated. If it would be useful, a small hand-written
examples would be a lot more useful. Bump revision.

diffstat:

 devel/ucl/Makefile |  8 ++++----
 devel/ucl/PLIST    |  3 +--
 2 files changed, 5 insertions(+), 6 deletions(-)

diffs (42 lines):

diff -r f3c834322d15 -r 3e236a4993e9 devel/ucl/Makefile
--- a/devel/ucl/Makefile        Sun Jun 17 14:37:28 2007 +0000
+++ b/devel/ucl/Makefile        Sun Jun 17 15:15:09 2007 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2007/04/10 15:58:34 drochner Exp $
+# $NetBSD: Makefile,v 1.17 2007/06/17 15:15:09 joerg Exp $
 #
 
 DISTNAME=      ucl-1.03
+PKGREVISION=   1
 CATEGORIES=    devel archivers
 MASTER_SITES=  http://www.oberhumer.com/opensource/ucl/download/
 
@@ -24,11 +25,10 @@
 SUBST_FILES.example=   examples/Makefile.in
 SUBST_SED.example=     -e "s|@MAKEINFO@||g"
 
-INSTALLATION_DIRS=     bin
+INSTALLATION_DIRS=     bin share/examples/ucl
 
 post-install:
-       ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/ucl
-       for i in simple.c lutil.h uclpack.c Makefile; do                \
+       for i in simple.c lutil.h uclpack.c; do         \
        ${INSTALL_DATA} ${WRKSRC}/examples/$$i ${PREFIX}/share/examples/ucl;\
                done;
        cd ${WRKSRC}/examples && libtool --mode=install ${INSTALL_PROGRAM} uclpack ${PREFIX}/bin
diff -r f3c834322d15 -r 3e236a4993e9 devel/ucl/PLIST
--- a/devel/ucl/PLIST   Sun Jun 17 14:37:28 2007 +0000
+++ b/devel/ucl/PLIST   Sun Jun 17 15:15:09 2007 +0000
@@ -1,10 +1,9 @@
-@comment $NetBSD: PLIST,v 1.5 2007/04/10 15:58:34 drochner Exp $
+@comment $NetBSD: PLIST,v 1.6 2007/06/17 15:15:09 joerg Exp $
 bin/uclpack
 include/ucl/ucl.h
 include/ucl/ucl_asm.h
 include/ucl/uclconf.h
 lib/libucl.la
-share/examples/ucl/Makefile
 share/examples/ucl/simple.c
 share/examples/ucl/uclpack.c
 @dirrm share/examples/ucl



Home | Main Index | Thread Index | Old Index