summaryrefslogtreecommitdiff
path: root/editors/xemacs-current/Makefile
diff options
context:
space:
mode:
authorrillig <rillig>2006-10-14 02:18:37 +0000
committerrillig <rillig>2006-10-14 02:18:37 +0000
commita3d483e6cae775bb5d1af8ac12f28b453a2df683 (patch)
treea4ebbddf472db0f69716f4c3c819b8e40ccc4fde /editors/xemacs-current/Makefile
parent2ec43d37161af537b43bfc1d612d566f5fcca3d9 (diff)
downloadpkgsrc-a3d483e6cae775bb5d1af8ac12f28b453a2df683.tar.gz
Fixed "test ==".
Diffstat (limited to 'editors/xemacs-current/Makefile')
-rw-r--r--editors/xemacs-current/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/xemacs-current/Makefile b/editors/xemacs-current/Makefile
index 411b804307b..760f678987e 100644
--- a/editors/xemacs-current/Makefile
+++ b/editors/xemacs-current/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2006/09/30 12:24:45 obache Exp $
+# $NetBSD: Makefile,v 1.57 2006/10/14 02:24:46 rillig Exp $
DISTNAME= xemacs-21.5.27
@@ -63,6 +63,6 @@ CFLAGS+= -fno-strict-aliasing
INFO_FILES= # PLIST
post-patch:
- @${RM} -f ${WRKSRC}/etc/ctags.1.orig
+ rm -f ${WRKSRC}/etc/ctags.1.orig
.include "../../mk/bsd.pkg.mk"