1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

Update of news/suck to version 3.7.0.

This commit is contained in:
Justin M. Seger 1997-10-29 23:10:17 +00:00
parent 4581ceae3c
commit 2dbed3f442
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=8397
4 changed files with 12 additions and 13 deletions

View File

@ -1,20 +1,20 @@
# New ports collection makefile for: suck
# Version required: 3.6.0
# Version required: 3.7.0
# Date created: 30 Mar 1996
# Whom: graphite@taurus.bekkoame.or.jp
#
# $Id: Makefile,v 1.5 1997/10/05 05:06:19 max Exp $
# $Id: Makefile,v 1.6 1997/10/13 09:14:53 tg Exp $
#
DISTNAME= suck-3.6.0
DISTNAME= suck-3.7.0
CATEGORIES= news
MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/system/news/transport/
MASTER_SITES= http://www.pixi.com/~boby/
MAINTAINER= jseger@freebsd.org
USE_GMAKE= yes
GNU_CONFIGURE= yes
MAN1= suck.1 rpost.1 testhost.1 lmove.1 lpost.1
MAN1= suck.1 rpost.1 testhost.1 lmove.1
post-install:
${MKDIR} ${PREFIX}/share/examples/suck

View File

@ -1 +1 @@
MD5 (suck-3.6.0.tar.gz) = c0577ec84501a768fe7730bf4ad995f5
MD5 (suck-3.7.0.tar.gz) = 410070d112bc8998d3d680d358ee6d71

View File

@ -1,5 +1,5 @@
--- Makefile.in.orig Tue Aug 19 11:33:09 1997
+++ Makefile.in Sun Oct 5 13:59:33 1997
--- Makefile.in.orig Sun Oct 19 03:31:18 1997
+++ Makefile.in Wed Oct 29 17:51:26 1997
@@ -7,7 +7,7 @@
# Step1: Define the location of the History file(s)
@ -9,7 +9,7 @@
# Step 2: Define ONE of the CHKHISTORY
CHKHISTORY=chkhistory.o # use flat file history routine
@@ -128,7 +128,7 @@
@@ -129,7 +129,7 @@
install_bin: suck rpost testhost lmove
- mkdir -p $(bindir)
@ -18,12 +18,12 @@
$(INSTALL_PROGRAM) suck $(bindir)/suck
$(INSTALL_PROGRAM) rpost $(bindir)/rpost
$(INSTALL_PROGRAM) testhost $(bindir)/testhost
@@ -152,7 +152,7 @@
@@ -153,7 +153,7 @@
$(MAKE) -C $(IMAN)
install_lpost: lpost
install_lpost: lpost $(MAN)/lpost.1
- - strip -s lpost
+ - strip -x lpost
$(INSTALL_PROGRAM) lpost $(bindir)/lpost
$(INSTALL_DATA) $(MAN)/lpost.1 $(mandir)/lpost.$(manext)
installall: install lpost

View File

@ -3,7 +3,6 @@ bin/rpost
bin/suck
bin/testhost
man/man1/lmove.1.gz
man/man1/lpost.1.gz
man/man1/rpost.1.gz
man/man1/suck.1.gz
man/man1/testhost.1.gz