summaryrefslogtreecommitdiff
path: root/www/php-tt-rss-fever-plugin
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2014-06-28 14:23:33 +0000
committerasau <asau@pkgsrc.org>2014-06-28 14:23:33 +0000
commitaeee21130850eeeec85d5ce7675d8d7547249752 (patch)
tree8b7c28c5e8623fa3753ced5639e5b8ae61068efe /www/php-tt-rss-fever-plugin
parentef2c9f8ec0a6bb2ea37cec716cdf0895d0e985f2 (diff)
downloadpkgsrc-aeee21130850eeeec85d5ce7675d8d7547249752.tar.gz
Stop using "pax -rw -pe", it doesn't work. Use "-pp" instead.
Diffstat (limited to 'www/php-tt-rss-fever-plugin')
-rw-r--r--www/php-tt-rss-fever-plugin/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/php-tt-rss-fever-plugin/Makefile b/www/php-tt-rss-fever-plugin/Makefile
index 94f161562d9..21bd5ef20fc 100644
--- a/www/php-tt-rss-fever-plugin/Makefile
+++ b/www/php-tt-rss-fever-plugin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2013/12/31 16:51:46 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2014/06/28 14:23:33 asau Exp $
DISTNAME= fever-1.2
PKGNAME= ${PHP_PKG_PREFIX}-tt-rss-${DISTNAME:S/-/-plugin-/}
@@ -21,7 +21,7 @@ INSTALLATION_DIRS= share/tt-rss/plugins/fever
do-build:
do-install:
- cd ${WRKSRC} && pax -pe -rw * ${DESTDIR}${PREFIX}/share/tt-rss/plugins/fever
+ cd ${WRKSRC} && pax -rw -pp * ${DESTDIR}${PREFIX}/share/tt-rss/plugins/fever
.include "../../lang/php/phpversion.mk"
.include "../../mk/bsd.pkg.mk"