Update to version 0.98. Set me as MAINTAINER. 'Fake'.
This commit is contained in:
parent
27a3fa48eb
commit
70f61394c8
@ -3,21 +3,23 @@
|
||||
# Date created: 23 August 1999
|
||||
# Whom: Alex Varju <varju@webct.com>
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.6 2000/03/24 23:28:03 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2000/04/08 10:42:17 ho Exp $
|
||||
# $FreeBSD: ports/palm/jpilot/Makefile,v 1.6 1999/11/11 22:40:39 sumikawa Exp $
|
||||
|
||||
DISTNAME= jpilot-0.96
|
||||
DISTNAME= jpilot-0.98
|
||||
CATEGORIES= comms
|
||||
NEED_VERSION= 1.230
|
||||
MASTER_SITES= http://jpilot.linuxbox.com/
|
||||
|
||||
MAINTAINER= evan.cordes@UMICH.EDU
|
||||
MAINTAINER= ho@openbsd.org
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
FAKE= Yes
|
||||
|
||||
LIB_DEPENDS= pisock.3::comms/pilot-link \
|
||||
gtk.1.2::x11/gtk+
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (jpilot-0.96.tar.gz) = 02791ca8ecf8801fc190adb2af8f736f
|
||||
RMD160 (jpilot-0.96.tar.gz) = 5708219908b190cb2259a147376df1309e00358a
|
||||
SHA1 (jpilot-0.96.tar.gz) = ab19d8ecec5c23e94b7bde1c65452fc906b872a4
|
||||
MD5 (jpilot-0.98.tar.gz) = d997b8abc4c06b3f9a1035cfd65add3b
|
||||
RMD160 (jpilot-0.98.tar.gz) = 13d0e3b0a8a9418b64d7358e3b7bd3e45ad5bc34
|
||||
SHA1 (jpilot-0.98.tar.gz) = e44a168bb8083ad8c85a5b995f338e3cb19867d4
|
||||
|
@ -1,30 +0,0 @@
|
||||
--- Makefile.in.orig Fri Dec 31 03:39:10 1999
|
||||
+++ Makefile.in Fri Dec 31 03:39:51 1999
|
||||
@@ -117,17 +117,17 @@
|
||||
|
||||
install:
|
||||
# ./install-sh -d $(prefix)/bin
|
||||
- ./install-sh -s -c -m 555 -g bin -o bin jpilot $(prefix)/bin
|
||||
+ ./install-sh -s -c -m 555 jpilot $(prefix)/bin
|
||||
./install-sh -d -m 755 $(prefix)/share/jpilot
|
||||
- ./install-sh -c -m 755 -g bin -o bin jpilotrc.blue $(prefix)/share/jpilot
|
||||
- ./install-sh -c -m 755 -g bin -o bin jpilotrc.default $(prefix)/share/jpilot
|
||||
- ./install-sh -c -m 755 -g bin -o bin jpilotrc.green $(prefix)/share/jpilot
|
||||
- ./install-sh -c -m 755 -g bin -o bin jpilotrc.purple $(prefix)/share/jpilot
|
||||
- ./install-sh -c -m 755 -g bin -o bin jpilotrc.steel $(prefix)/share/jpilot
|
||||
- ./install-sh -c -m 755 -g bin -o bin empty/DatebookDB.pdb $(prefix)/share/jpilot
|
||||
- ./install-sh -c -m 755 -g bin -o bin empty/AddressDB.pdb $(prefix)/share/jpilot
|
||||
- ./install-sh -c -m 755 -g bin -o bin empty/ToDoDB.pdb $(prefix)/share/jpilot
|
||||
- ./install-sh -c -m 755 -g bin -o bin empty/MemoDB.pdb $(prefix)/share/jpilot
|
||||
+ ./install-sh -c -m 755 jpilotrc.blue $(prefix)/share/jpilot
|
||||
+ ./install-sh -c -m 755 jpilotrc.default $(prefix)/share/jpilot
|
||||
+ ./install-sh -c -m 755 jpilotrc.green $(prefix)/share/jpilot
|
||||
+ ./install-sh -c -m 755 jpilotrc.purple $(prefix)/share/jpilot
|
||||
+ ./install-sh -c -m 755 jpilotrc.steel $(prefix)/share/jpilot
|
||||
+ ./install-sh -c -m 755 empty/DatebookDB.pdb $(prefix)/share/jpilot
|
||||
+ ./install-sh -c -m 755 empty/AddressDB.pdb $(prefix)/share/jpilot
|
||||
+ ./install-sh -c -m 755 empty/ToDoDB.pdb $(prefix)/share/jpilot
|
||||
+ ./install-sh -c -m 755 empty/MemoDB.pdb $(prefix)/share/jpilot
|
||||
|
||||
uninstall:
|
||||
rm $(prefix)/share/jpilot/*
|
22
comms/jpilot/patches/patch-fake
Normal file
22
comms/jpilot/patches/patch-fake
Normal file
@ -0,0 +1,22 @@
|
||||
--- Makefile.in.orig Thu Mar 2 03:00:14 2000
|
||||
+++ Makefile.in Sat Apr 8 12:32:01 2000
|
||||
@@ -10,7 +10,7 @@
|
||||
SUBDIRS = @INTLSUB@ @POSUB@
|
||||
|
||||
# Install variables
|
||||
-prefix=@prefix@
|
||||
+prefix=${PREFIX}
|
||||
|
||||
datadir = $(prefix)/@DATADIRNAME@
|
||||
localedir = $(datadir)/locale
|
||||
--- po/Makefile.in.in.orig Thu Jun 24 08:07:56 1999
|
||||
+++ po/Makefile.in.in Sat Apr 8 12:32:21 2000
|
||||
@@ -16,7 +16,7 @@
|
||||
top_srcdir = @top_srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
-prefix = @prefix@
|
||||
+prefix = ${PREFIX}
|
||||
exec_prefix = @exec_prefix@
|
||||
datadir = $(prefix)/@DATADIRNAME@
|
||||
localedir = $(datadir)/locale
|
Loading…
Reference in New Issue
Block a user