diff options
author | kristerw <kristerw@pkgsrc.org> | 2005-10-29 01:44:35 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2005-10-29 01:44:35 +0000 |
commit | 16c29e00f626702f776fb07fe2f89e96b5caa4f0 (patch) | |
tree | e2dda41b3e7f2204bfcfc9e0e30ffef68d970f10 /databases/luma/Makefile | |
parent | 002a1edf6babb9a350ac133650e7c2565557ef16 (diff) | |
download | pkgsrc-16c29e00f626702f776fb07fe2f89e96b5caa4f0.tar.gz |
Do not install .orig files that are left after applying patches.
Diffstat (limited to 'databases/luma/Makefile')
-rw-r--r-- | databases/luma/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/luma/Makefile b/databases/luma/Makefile index 7deebbcb467..f47f121ec24 100644 --- a/databases/luma/Makefile +++ b/databases/luma/Makefile @@ -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-build: 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" |