head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.48 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.46 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.44 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.42 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.40 pkgsrc-2009Q4-base:1.3 pkgsrc-2008Q4:1.3.0.38 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.36 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.34 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.32 pkgsrc-2008Q2-base:1.3 pkgsrc-2008Q1:1.3.0.30 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.28 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.26 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.24 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.22 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.20 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.18 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.16 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.14 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.3.0.12 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.3.0.10 pkgsrc-2005Q3-base:1.3 pkgsrc-2005Q2:1.3.0.8 pkgsrc-2005Q2-base:1.3 pkgsrc-2005Q1:1.3.0.6 pkgsrc-2005Q1-base:1.3 pkgsrc-2004Q4:1.3.0.4 pkgsrc-2004Q4-base:1.3 pkgsrc-2004Q3:1.3.0.2 pkgsrc-2004Q3-base:1.3 pkgsrc-2004Q2:1.2.0.14 pkgsrc-2004Q2-base:1.2 pkgsrc-2004Q1:1.2.0.12 pkgsrc-2004Q1-base:1.2 pkgsrc-2003Q4:1.2.0.10 pkgsrc-2003Q4-base:1.2 netbsd-1-6-1:1.2.0.6 netbsd-1-6-1-base:1.2 netbsd-1-6:1.2.0.8 netbsd-1-6-RELEASE-base:1.2 pkgviews:1.2.0.4 pkgviews-base:1.2 buildlink2:1.2.0.2 buildlink2-base:1.2 netbsd-1-5-PATCH003:1.2 netbsd-1-5-PATCH001:1.2 netbsd-1-5-RELEASE:1.2 netbsd-1-4-PATCH003:1.2 netbsd-1-4-PATCH002:1.2 comdex-fall-1999:1.2 netbsd-1-4-PATCH001:1.2 netbsd-1-4-RELEASE:1.2 netbsd-1-3-PATCH003:1.2 netbsd-1-3-PATCH002:1.1; locks; strict; comment @# @; 1.3 date 2004.08.23.14.50.04; author tv; state dead; branches; next 1.2; 1.2 date 98.08.07.11.09.02; author agc; state Exp; branches; next 1.1; 1.1 date 98.02.10.15.45.06; author agc; state Exp; branches; next ; desc @@ 1.3 log @No objections to remove proposal on tech-pkg; guavac is now Gone. @ text @$NetBSD: patch-aa,v 1.2 1998/08/07 11:09:02 agc Exp $ --- doc/Makefile.in 1998/02/10 11:34:57 1.1 +++ doc/Makefile.in 1998/02/10 11:35:41 @@@@ -59,11 +59,11 @@@@ else mv version.tmp $(srcdir)/version.texi; fi date > $@@ -install: all - $(srcdir)/../mkinstalldirs $(infodir) - cd $(srcdir) && for file in $(PRODUCT).info*; do \ - $(INSTALL_DATA) $$file $(infodir)/$$file; \ - done +install: all; +# $(srcdir)/../mkinstalldirs $(infodir) +# cd $(srcdir) && for file in $(PRODUCT).info*; do \ +# $(INSTALL_DATA) $$file $(infodir)/$$file; \ +# done uninstall: rm -f $(infodir)/$(PRODUCT).info* --- checks/Makefile.in 1998/02/10 14:56:28 1.1 +++ checks/Makefile.in 1998/02/10 14:56:45 @@@@ -26,7 +26,7 @@@@ INSTALL = @@INSTALL@@ INSTALL_DATA = @@INSTALL_DATA@@ -INSTALL_PROGRAM = @@INSTALL_PROGRAM@@ +INSTALL_SCRIPT = ${INSTALL} -m 0755 prefix = @@prefix@@ exec_prefix = @@exec_prefix@@ @@@@ -39,7 +39,7 @@@@ install: $(srcdir)/../mkinstalldirs $(bindir) cd $(srcdir) && for file in gcok; do \ - $(INSTALL_PROGRAM) $$file $(bindir)/$$file; \ + $(INSTALL_SCRIPT) $$file $(bindir)/$$file; \ done uninstall: @ 1.2 log @Add NetBSD RCS Ids. @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Add guavac 1.0, a Java compiler, to the NetBSD packages collection. This package was done by "Martin J. Laubach" , and fixes PR pkg/4953. Small modicications by me to: (a) Get pre-formatted manual page handling right (although the page itself says version 0.2.5, so it's not exactly up-to-date) (b) Add NetBSD RCS Id to the PLIST. (c) Don't install an empty info file, and remove it from the PLIST. (d) Don't try to strip a script (gcok) on installation. @ text @d1 2 @