summaryrefslogtreecommitdiff
path: root/net/wmnet/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/wmnet/Makefile')
-rw-r--r--net/wmnet/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/net/wmnet/Makefile b/net/wmnet/Makefile
index b3cf9617eb8..433f755603a 100644
--- a/net/wmnet/Makefile
+++ b/net/wmnet/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/07/30 20:08:52 tron Exp $
+# $NetBSD: Makefile,v 1.2 2000/07/31 17:02:24 tron Exp $
DISTNAME= wmnet-1.06
CATEGORIES= net x11
@@ -9,7 +9,4 @@ HOMEPAGE= http://www.digitalkaos.net/linux/wmnet/
USE_IMAKE= YES
-do-patch:
- cd ${WRKSRC}; for i in *; do ${GREP} -q OpenBSD $$i && ${SED} s/OpenBSD/NetBSD/g $$i > temp && ${MV} temp $$i; done
-
.include "../../mk/bsd.pkg.mk"