summaryrefslogtreecommitdiff
path: root/lang/sather
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2003-07-07 13:40:08 +0000
committerseb <seb@pkgsrc.org>2003-07-07 13:40:08 +0000
commit00fd7aba944c9908aae464d5f059d7d22be14ad8 (patch)
treedcaecf332efde457b6b2e06ea8743770df21cfa8 /lang/sather
parentaf5f50abc0fe15727ed0d4979d6d3b1968a40472 (diff)
downloadpkgsrc-00fd7aba944c9908aae464d5f059d7d22be14ad8.tar.gz
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.
Diffstat (limited to 'lang/sather')
-rw-r--r--lang/sather/Makefile4
1 files changed, 1 insertions, 3 deletions
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: