pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/php-mecab



Module Name:    pkgsrc
Committed By:   joerg
Date:           Mon Sep  5 20:14:28 UTC 2016

Modified Files:
        pkgsrc/textproc/php-mecab: Makefile

Log Message:
lang/php/ext.mk overrides EGDIR with an absolute path, so drop
definition here and adjust post-install command.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/php-mecab/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/php-mecab/Makefile
diff -u pkgsrc/textproc/php-mecab/Makefile:1.10 pkgsrc/textproc/php-mecab/Makefile:1.11
--- pkgsrc/textproc/php-mecab/Makefile:1.10     Sun Dec 13 17:20:21 2015
+++ pkgsrc/textproc/php-mecab/Makefile  Mon Sep  5 20:14:28 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2015/12/13 17:20:21 taca Exp $
+# $NetBSD: Makefile,v 1.11 2016/09/05 20:14:28 joerg Exp $
 #
 
 PECL_DISTNAME= ${MODNAME}-${PECL_VERSION}
@@ -14,13 +14,12 @@ HOMEPAGE=   https://github.com/rsky/php-me
 COMMENT=       PHP extension for MeCab Morphological Analyzer
 LICENSE=       mit
 
-EGDIR=         share/examples/php/mecab
 INSTALLATION_DIRS+=    ${EGDIR}
 PLIST_SRC+=            ${.CURDIR}/PLIST.extras
 
 post-install:
        cd ${WRKSRC}/examples && \
-       ${INSTALL_DATA} *.php ${DESTDIR}${PREFIX}/${EGDIR}
+       ${INSTALL_DATA} *.php ${DESTDIR}${EGDIR}
 
 .include "../../textproc/mecab-base/buildlink3.mk"
 .include "../../lang/php/ext.mk"



Home | Main Index | Thread Index | Old Index