upgrade to jftpgw 0.0.10c

This commit is contained in:
brad 2000-07-29 22:14:47 +00:00
parent a1a3efa756
commit fc597ed4cd
3 changed files with 5 additions and 29 deletions

View File

@ -1,6 +1,6 @@
# $OpenBSD: Makefile,v 1.4 2000/07/28 10:29:30 brad Exp $
# $OpenBSD: Makefile,v 1.5 2000/07/29 22:14:47 brad Exp $
DISTNAME= jftpgw-0.0.10b
DISTNAME= jftpgw-0.0.10c
CATEGORIES= net
NEED_VERSION= 1.310
MASTER_SITES= http://www.mcknight.de/jftpgw/

View File

@ -1,3 +1,3 @@
MD5 (jftpgw-0.0.10b.tar.gz) = 624ec3e2d7409b936cae5ae9d5a27369
RMD160 (jftpgw-0.0.10b.tar.gz) = fec9f0de7534a935d71f896fc93ea7b00628582a
SHA1 (jftpgw-0.0.10b.tar.gz) = 7ef43a87bb9c4cebeace11d918d449168c97ad5a
MD5 (jftpgw-0.0.10c.tar.gz) = 660638503afaf302470c4b29635d1613
RMD160 (jftpgw-0.0.10c.tar.gz) = 1076049a96739de2b25fe1c99a5c185412997205
SHA1 (jftpgw-0.0.10c.tar.gz) = aff7424e1ae53bfaaede65a4f28ebca0bba8a605

View File

@ -1,24 +0,0 @@
--- Makefile.in.orig Fri Jul 28 06:06:54 2000
+++ Makefile.in Fri Jul 28 06:17:36 2000
@@ -90,8 +90,6 @@
EXTRA_DIST = jftpgw.spec README jftpgw.access.sample.in jftpgw.conf.sample.in
-APPSDIR = /usr/local/bin
-
INCLUDES = @all_includes@
bin_PROGRAMS = jftpgw
@@ -525,9 +523,9 @@
# don't install a list of file. Just one file per install.
# if you have more of them, create a subdirectory with an extra Makefile
install-data-local:
- $(mkinstalldirs) @CONFPATH@
- $(INSTALL_DATA) jftpgw.conf.sample @CONFPATH@/jftpgw.conf
- $(INSTALL_DATA) jftpgw.access.sample @CONFPATH@/jftpgw.access
+ $(mkinstalldirs) $(DESTDIR)$(CONFPATH)
+ $(INSTALL_DATA) jftpgw.conf.sample $(DESTDIR)$(CONFPATH)/jftpgw.conf
+ $(INSTALL_DATA) jftpgw.access.sample $(DESTDIR)$(CONFPATH)/jftpgw.access
# remove ALL you have installed in install-data-local or install-exec-local
uninstall-local: