summaryrefslogtreecommitdiff
path: root/devel/ucl/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg>2007-06-17 15:15:09 +0000
committerjoerg <joerg>2007-06-17 15:15:09 +0000
commite3f12d28a82ae80d0338456a3792d68ac8691d38 (patch)
tree406274286ba70d2265593e3aaba8eef13010d3d9 /devel/ucl/Makefile
parentd6065e7975dc70fffe999c58ba8f389977305e60 (diff)
downloadpkgsrc-e3f12d28a82ae80d0338456a3792d68ac8691d38.tar.gz
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 (limited to 'devel/ucl/Makefile')
-rw-r--r--devel/ucl/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/ucl/Makefile b/devel/ucl/Makefile
index e24ce665ba9..9798d6ffe13 100644
--- a/devel/ucl/Makefile
+++ b/devel/ucl/Makefile
@@ -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_STAGE.example= post-patch
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