- fake, patch from Matt Behrens.

- revert dependency to tcl/tk 8.0, as this port still looks for tcl/tk 8.0.
This commit is contained in:
espie 2000-06-05 01:28:14 +00:00
parent c9685a9d2d
commit 2d3d0a6a2e
3 changed files with 49 additions and 5 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.16 2000/04/09 17:36:10 espie Exp $
# $OpenBSD: Makefile,v 1.17 2000/06/05 01:28:14 espie Exp $
DISTNAME= pilot-link.0.9.3
PKGNAME= pilot-link-0.9.3
CATEGORIES= comms
NEED_VERSION= 1.230
FAKE=No
FAKE= Yes
MAINTAINER= angelos@openbsd.org
@ -15,7 +15,7 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ftp://ryeham.ee.ryerson.ca/pub/PalmOS/
LIB_DEPENDS= tk83::x11/tk/8.3
LIB_DEPENDS= tk80::x11/tk/8.0
GNU_CONFIGURE= Yes
CONFIGURE_ARGS= --with-perl5=/usr/bin/perl \

View File

@ -1,5 +1,5 @@
--- Makefile.in Tue Oct 7 07:55:21 1997
+++ Makefile.in Mon Nov 24 00:13:27 1997
--- Makefile.in.orig Fri May 14 02:55:33 1999
+++ Makefile.in Sun Jun 4 11:54:32 2000
@@ -15,11 +15,11 @@
PURIFY =
@ -14,3 +14,45 @@
# Libraries needed to link with GNU readline
RLLIBS = @RLLIBS@
@@ -109,29 +109,32 @@
$(SUBMAKE_COMM_CC) libpicc.a
installdirs:
- $(SHELL) ${srcdir}/scripts/mkinstalldirs $(bindir) $(includedir) $(libdir) $(pixdir) $(mandir1) $(mandir7)
+ $(SHELL) ${srcdir}/scripts/mkinstalldirs ${DESTDIR}/$(bindir) \
+ ${DESTDIR}/$(includedir) ${DESTDIR}/$(libdir) \
+ ${DESTDIR}/$(pixdir) ${DESTDIR}/$(mandir1) \
+ ${DESTDIR}/$(mandir7)
install: $(EXECS) installdirs $(PILIB) $(PICCLIB)
- $(INSTALL_DATA) $(PILIB) $(libdir)/libpisock.la
+ $(INSTALL_DATA) $(PILIB) ${DESTDIR}/$(libdir)/libpisock.la
if test -n "$(PICCLIB)"; then \
- $(INSTALL_DATA) $(PICCLIB) $(libdir)/libpicc.la; \
+ $(INSTALL_DATA) $(PICCLIB) ${DESTDIR}/$(libdir)/libpicc.la; \
fi
for p in $(EXECS); do \
- $(INSTALL_PROGRAM) $$p $(bindir)/$$p; \
+ $(INSTALL_PROGRAM) $$p ${DESTDIR}/$(bindir)/$$p; \
done
for h in include/*.h $(srcdir)/include/*.h include/*.hxx $(srcdir)/include/*.hxx; do \
- $(INSTALL_DATA) $$h $(includedir)/`basename $$h`; \
+ $(INSTALL_DATA) $$h ${DESTDIR}/$(includedir)/`basename $$h`; \
done
for m in man/*.1; do \
- $(INSTALL_DATA) $$m $(mandir1)/`basename $$m`; \
+ $(INSTALL_DATA) $$m ${DESTDIR}/$(mandir1)/`basename $$m`; \
done
for m in man/*.7; do \
- $(INSTALL_DATA) $$m $(mandir7)/`basename $$m`; \
+ $(INSTALL_DATA) $$m ${DESTDIR}/$(mandir7)/`basename $$m`; \
done
for p in $(srcdir)/pix/*.gif $(srcdir)/pix/*.xbm; do \
- $(INSTALL_DATA) $$p $(pixdir)/`basename $$p`; \
+ $(INSTALL_DATA) $$p ${DESTDIR}/$(pixdir)/`basename $$p`; \
done
- $(LIBTOOL) -n --finish $(libdir)
+ $(LIBTOOL) -n --finish ${DESTDIR}/$(libdir)
uninstall:
-for p in $(EXECS) $(PERLEXECS) $(CXXEXECS) $(TCLEXECS); do \

View File

@ -1,3 +1,4 @@
@comment $OpenBSD: PLIST,v 1.5 2000/06/05 01:28:15 espie Exp $
bin/addresses
bin/ccexample
bin/debugsh
@ -20,6 +21,7 @@ bin/pi-nredir
bin/pi-port
bin/pilot-addresses
bin/pilot-clip
bin/pilot-debug
bin/pilot-dedupe
bin/pilot-file
bin/pilot-mail