From 00fd7aba944c9908aae464d5f059d7d22be14ad8 Mon Sep 17 00:00:00 2001 From: seb Date: Mon, 7 Jul 2003 13:40:08 +0000 Subject: I don't quite understand why this 'rm -rf' had been put in post-install target. Putting it in post-build instead does fix some PLIST issues. Correct me if I'm wrong. --- lang/sather/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lang/sather') diff --git a/lang/sather/Makefile b/lang/sather/Makefile index b8ee94351af..87a4f7b88ce 100644 --- a/lang/sather/Makefile +++ b/lang/sather/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2003/07/06 16:27:41 seb Exp $ +# $NetBSD: Makefile,v 1.9 2003/07/07 13:40:08 seb Exp $ DISTNAME= sather-1.2.1 PKGREVISION= 2 @@ -56,8 +56,6 @@ post-build: cd ${WRKSRC}/Emacs; ${MAKEINFO} sather.texinfo; \ ${MAKEINFO} sather-tutorial.texinfo; \ ${MAKEINFO} sather-mode.texinfo - -post-install: ${RM} -fr ${WRKSRC}/System/Platforms/dualgui/dual_gui_server.code do-install: -- cgit v1.2.3