Update to version 1.03
Prompted by: Jens A Nilsson <jnilsson@ludd.luth.se>
This commit is contained in:
parent
0f6c7e3591
commit
47c3eeb86f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15426
3 changed files with 13 additions and 10 deletions
|
@ -4,16 +4,18 @@
|
|||
# Date created: Sun Apr 19 16:17:25 PDT 1998
|
||||
# Whom: Jordan Hubbard <jkh@FreeBSD.ORG>
|
||||
#
|
||||
# $Id: Makefile,v 1.1.1.1 1998/04/20 01:57:29 jkh Exp $
|
||||
# $Id: Makefile,v 1.2 1998/04/20 22:25:19 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= spegla-0.93p2
|
||||
DISTNAME= spegla-1.03
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ftp://ftp.luth.se/pub/unix/mirror/
|
||||
MASTER_SITES= ftp://ftp.luth.se/pub/unix/mirror/ \
|
||||
ftp://subzero.campus.luth.se/pub/spegla/
|
||||
|
||||
MAINTAINER= jkh@FreeBSD.org
|
||||
MAINTAINER= jkh@FreeBSD.org
|
||||
|
||||
WRKSRC= ${WRKDIR}/spegla
|
||||
MANCOMPRESSED= yes
|
||||
MAN1= spegla.1
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${PREFIX}/share/examples/spegla
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (spegla-0.93p2.tar.gz) = 04851f281e5754af8402940916e3f51d
|
||||
MD5 (spegla-1.03.tar.gz) = 42f378d2f037fd244332a2360cbd4c8b
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
--- Makefile.orig Sun Apr 19 18:39:02 1998
|
||||
+++ Makefile Sun Apr 19 18:42:04 1998
|
||||
@@ -1,4 +1,6 @@
|
||||
# $Id: Makefile,v 1.6 1998/01/19 22:59:51 jens Exp $
|
||||
--- Makefile.orig Sat Dec 19 05:03:25 1998
|
||||
+++ Makefile Sat Dec 19 06:16:51 1998
|
||||
@@ -1,4 +1,7 @@
|
||||
# $Id: Makefile,v 1.12 1998/11/13 08:46:05 jens Exp $
|
||||
+BINDIR= ${PREFIX}/bin
|
||||
+MANDIR= ${PREFIX}/man/man
|
||||
+
|
||||
PROG= spegla
|
||||
SRCS= jftp.c parserow.c spegla.c readconfig.c
|
||||
|
|
Loading…
Reference in a new issue