pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/php-raphf Install header in post-install. Bump P...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/96085c26d8bd
branches:  trunk
changeset: 649662:96085c26d8bd
user:      rodent <rodent%pkgsrc.org@localhost>
date:      Tue Apr 07 11:19:15 2015 +0000

description:
Install header in post-install. Bump PKGREVISION.

diffstat:

 devel/php-raphf/Makefile |  10 +++++++++-
 devel/php-raphf/PLIST    |   2 ++
 2 files changed, 11 insertions(+), 1 deletions(-)

diffs (32 lines):

diff -r e5263df2381e -r 96085c26d8bd devel/php-raphf/Makefile
--- a/devel/php-raphf/Makefile  Tue Apr 07 09:51:54 2015 +0000
+++ b/devel/php-raphf/Makefile  Tue Apr 07 11:19:15 2015 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2015/04/07 00:21:24 rodent Exp $
+# $NetBSD: Makefile,v 1.2 2015/04/07 11:19:15 rodent Exp $
 
 MODNAME=       raphf
 PECL_VERSION=  1.0.4
+PKGREVISION=   1
 CATEGORIES=    devel
 
 MAINTAINER=    rodent%NetBSD.org@localhost
@@ -14,5 +15,12 @@
 USE_LANGUAGES= c c++
 USE_LIBTOOL=   yes
 
+INSTALLATION_DIRS+=    include/php/ext/raphf
+PLIST_SRC+=            PLIST
+
+post-install:
+       ${INSTALL_DATA} ${WRKSRC}/php_raphf.h \
+               ${DESTDIR}${PREFIX}/include/php/ext/raphf
+
 .include "../../lang/php/ext.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r e5263df2381e -r 96085c26d8bd devel/php-raphf/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/php-raphf/PLIST     Tue Apr 07 11:19:15 2015 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2015/04/07 11:19:15 rodent Exp $
+include/php/ext/raphf/php_raphf.h



Home | Main Index | Thread Index | Old Index