summaryrefslogtreecommitdiff
path: root/news/suck/Makefile
diff options
context:
space:
mode:
authorfrueauf <frueauf@pkgsrc.org>1998-10-16 21:08:26 +0000
committerfrueauf <frueauf@pkgsrc.org>1998-10-16 21:08:26 +0000
commitf1a7dd0f90ff91ac42f96ae1bd3603a30d99854b (patch)
treee632180610a1c62cb4e612d0c93ca31526e16a39 /news/suck/Makefile
parent8770de44b63d973891278c63736a7c3e74818e0a (diff)
downloadpkgsrc-f1a7dd0f90ff91ac42f96ae1bd3603a30d99854b.tar.gz
Update suck to 3.10.1.
Diffstat (limited to 'news/suck/Makefile')
-rw-r--r--news/suck/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/news/suck/Makefile b/news/suck/Makefile
index b781e2bb3d9..635ee94f5f1 100644
--- a/news/suck/Makefile
+++ b/news/suck/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 1998/08/20 15:17:22 tsarna Exp $
+# $NetBSD: Makefile,v 1.5 1998/10/16 21:08:26 frueauf Exp $
#
-DISTNAME= suck-3.9.4
+DISTNAME= suck-3.10.1
CATEGORIES= news
MASTER_SITES= http://home.att.net/~bobyetman/
MASTER_SITES+= ftp://sunsite.unc.edu/pub/Linux/system/news/transport/
@@ -10,7 +10,7 @@ MASTER_SITES+= ftp://tsx-11.mit.edu/pub/linux/sources/sbin/
MAINTAINER= root@garbled.net
HOMEPAGE= http://home.att.net/~bobyetman/
-CONFLICTS= suck-3.9.3
+CONFLICTS= suck-3.9.3 suck-3.9.4
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${LOCALBASE}
@@ -24,5 +24,6 @@ post-patch:
post-install:
${MKDIR} ${LOCALBASE}/share/examples/suck
${CP} ${WRKSRC}/sample/* ${LOCALBASE}/share/examples/suck
+ ${CHMOD} 644 ${LOCALBASE}/share/examples/suck/*
.include "../../mk/bsd.pkg.mk"