From 0887544aee457fdaf07eda35d68f8e58650f4fc7 Mon Sep 17 00:00:00 2001
From: jlam <jlam@pkgsrc.org>
Date: Sat, 5 Aug 2000 18:01:18 +0000
Subject: Make this actualy work by using tabs, not spaces, for make target
 command lines, and actually including "../../mk/bsd.pkg.mk" at the end of the
 file.

---
 www/surfraw/Makefile | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

(limited to 'www/surfraw')

diff --git a/www/surfraw/Makefile b/www/surfraw/Makefile
index 32f97172943..1b9a8948605 100644
--- a/www/surfraw/Makefile
+++ b/www/surfraw/Makefile
@@ -1,16 +1,20 @@
-# $NetBSD: Makefile,v 1.2 2000/08/05 08:22:36 proff Exp $
+# $NetBSD: Makefile,v 1.3 2000/08/05 18:01:18 jlam Exp $
 #
 
 DISTNAME=	surfraw-0.5.5
 CATEGORIES=	www
 MASTER_SITES=	http://download.sourceforge.net/surfraw/
-DISTFILES=	surfraw-0.5.5-1.tar.gz
+DISTFILES=	${DISTNAME}-1${EXTRACT_SUFX}
 
 MAINTAINER=	packages@netbsd.org
 HOMEPAGE=	http://surfraw.sourceforge.net/
 
+CONFLICTS+=	surfaw-*
+
 GNU_CONFIGURE=	yes
 
 post-install:
-        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/surfraw
-        ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/surfraw
+	${INSTALL_DATA_DIR} ${PREFIX}/share/doc/surfraw
+	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/surfraw
+
+.include "../../mk/bsd.pkg.mk"
-- 
cgit v1.2.3