pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/py-blosxom Remove the patch .orig file(s) to avoid...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c714a0bef08a
branches: trunk
changeset: 652030:c714a0bef08a
user: hauke <hauke%pkgsrc.org@localhost>
date: Fri May 22 14:23:41 2015 +0000
description:
Remove the patch .orig file(s) to avoid PLIST problems. (How do other
python packages deal with this?)
diffstat:
www/py-blosxom/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 3aeb9a077d47 -r c714a0bef08a www/py-blosxom/Makefile
--- a/www/py-blosxom/Makefile Fri May 22 14:05:41 2015 +0000
+++ b/www/py-blosxom/Makefile Fri May 22 14:23:41 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2015/05/22 14:01:16 hauke Exp $
+# $NetBSD: Makefile,v 1.19 2015/05/22 14:23:41 hauke Exp $
PYBLOXSOMVERS= 1.5.3
DISTNAME= pyblosxom-${PYBLOXSOMVERS}
@@ -29,6 +29,10 @@
PYTHON_VERSIONS_INCOMPATIBLE= 33 34
+pre-configure:
+ cd ${WRKSRC} && ${FIND} Pyblosxom -type f -name '*.orig' \
+ -exec ${RM} -f \{\} \;
+
# There is a set of manual files in docs/source that could be
# converted to HTML or PDF, and installed
post-install:
Home |
Main Index |
Thread Index |
Old Index