diff options
author | rxg <rxg@pkgsrc.org> | 2006-02-27 13:05:55 +0000 |
---|---|---|
committer | rxg <rxg@pkgsrc.org> | 2006-02-27 13:05:55 +0000 |
commit | 23e8180d35233d254c12c26cf2b3533cff3295f6 (patch) | |
tree | 72c62d6a1d69d962426a18c63be669a48594cb48 /x11/rox-session | |
parent | 8b6664203776588a0814e5f3ed260fdb37e8d877 (diff) | |
download | pkgsrc-23e8180d35233d254c12c26cf2b3533cff3295f6.tar.gz |
Change the stage to pre-install when remove .orig file.
Diffstat (limited to 'x11/rox-session')
-rw-r--r-- | x11/rox-session/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/rox-session/Makefile b/x11/rox-session/Makefile index f59b243d234..078af6ce446 100644 --- a/x11/rox-session/Makefile +++ b/x11/rox-session/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/02/26 08:44:39 rxg Exp $ +# $NetBSD: Makefile,v 1.3 2006/02/27 13:05:55 rxg Exp $ # DISTNAME= ROX-Session-0.1.25 @@ -52,7 +52,7 @@ SUBST_SED.lib= -e 's,/usr/local/lib,${PREFIX}/share/rox,g' BUILD_TARGET= ../${PLATFORM}/ROX-Session CONFIGURE_DIRS= src -post-patch: +pre-install: ${RM} -f ${WRKSRC}/setup.py.orig do-install: |