pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/luma Do not install .orig files that are lef...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/72ccc72ce9d3
branches:  trunk
changeset: 501783:72ccc72ce9d3
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Sat Oct 29 01:44:35 2005 +0000

description:
Do not install .orig files that are left after applying patches.

diffstat:

 databases/luma/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 0ff3126b41e6 -r 72ccc72ce9d3 databases/luma/Makefile
--- a/databases/luma/Makefile   Sat Oct 29 01:43:18 2005 +0000
+++ b/databases/luma/Makefile   Sat Oct 29 01:44:35 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/09/08 18:29:56 drochner Exp $
+# $NetBSD: Makefile,v 1.4 2005/10/29 01:44:35 kristerw Exp $
 #
 
 DISTNAME=              luma-2.2.1
@@ -21,6 +21,7 @@
 
 do-install:
        (cd ${WRKSRC} && ${PYTHONBIN} install.py --prefix=${PREFIX})
+       ${RM} -f ${PREFIX}/bin/luma.orig
 
 .include "../../lang/python/application.mk"
 .include "../../databases/py-ldap/buildlink3.mk"



Home | Main Index | Thread Index | Old Index