summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorjlam <jlam>2000-08-05 18:01:18 +0000
committerjlam <jlam>2000-08-05 18:01:18 +0000
commitd4dfd69290cd6c30c37c54f40fce4a9e889e9485 (patch)
tree642886954bc50d98c0e5e1d94709701aa4c0a195 /www
parent154ae8468fe5d3a30abde2bef22b132c871c5b15 (diff)
downloadpkgsrc-d4dfd69290cd6c30c37c54f40fce4a9e889e9485.tar.gz
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.
Diffstat (limited to 'www')
-rw-r--r--www/surfraw/Makefile12
1 files changed, 8 insertions, 4 deletions
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"