diff options
author | jtb <jtb@pkgsrc.org> | 2001-04-28 01:20:35 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-04-28 01:20:35 +0000 |
commit | d86de865890e4b5f51e3eb4bf147e54920194ca5 (patch) | |
tree | 081e8784eb0ad6d0054c9c431baa4df377e6cd5b /math | |
parent | dadc04c896da54cee5714f9e1b9fa07aa73d54b2 (diff) | |
download | pkgsrc-d86de865890e4b5f51e3eb4bf147e54920194ca5.tar.gz |
Back out previous change.
Diffstat (limited to 'math')
-rw-r--r-- | math/udunits/patches/patch-aa | 30 | ||||
-rw-r--r-- | math/udunits/pkg/PLIST | 3 |
2 files changed, 12 insertions, 21 deletions
diff --git a/math/udunits/patches/patch-aa b/math/udunits/patches/patch-aa index f1e16891584..784f5889da1 100644 --- a/math/udunits/patches/patch-aa +++ b/math/udunits/patches/patch-aa @@ -1,23 +1,13 @@ -$NetBSD: patch-aa,v 1.2 2001/04/28 00:32:28 jtb Exp $ +$NetBSD: patch-aa,v 1.3 2001/04/28 01:20:35 jtb Exp $ ---- port/master.mk.in.orig Wed Nov 25 16:26:56 1998 +--- port/master.mk.in.orig Wed Feb 7 03:58:38 2001 +++ port/master.mk.in -@@ -396,7 +396,7 @@ - extension=`echo $$manual | sed 's/[^.]*\.//'`; \ - chapter=`echo $$extension | sed 's/\(.\).*/\1/'`; \ - subchapter=`echo $$extension | sed 's/.//'`; \ -- mandir=$(MANDIR)/man$$chapter; \ -+ mandir=$(MANDIR)/man$$chapter$$subchapter; \ - $(MAKE) $(MFLAGS) \ - MANDIR=$$mandir MANUAL=$$manual \ - installed_manual || exit 1; \ -@@ -443,9 +443,6 @@ - else \ - mkdir $(MANDIR)$$subchapter; \ - fi; \ -- rm -f $(MANDIR)$$subchapter/$(MANUAL); \ -- ln -s ../`basename $(MANDIR)`/$(MANUAL) \ -- $(MANDIR)$$subchapter/$(MANUAL); \ - ;; \ - esac +@@ -387,7 +387,7 @@ + WHATIS = @WHATIS@ + # The following macro should be empty on systems that don't + # allow users to create their own manual-page indexes. +-MAKEWHATIS_CMD = @MAKEWHATIS_CMD@ ++#MAKEWHATIS_CMD = @MAKEWHATIS_CMD@ + installed_manuals: FORCE + @if [ -n "$(MANUALS)" ]; then \ diff --git a/math/udunits/pkg/PLIST b/math/udunits/pkg/PLIST index 7b7f091dab1..c6ba1f858a3 100644 --- a/math/udunits/pkg/PLIST +++ b/math/udunits/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2001/02/07 04:31:39 jtb Exp $ +@comment $NetBSD: PLIST,v 1.2 2001/04/28 01:20:35 jtb Exp $ bin/udunits etc/udunits.dat include/udunits.h @@ -8,4 +8,5 @@ lib/libudunits.a man/man1/udunits.1 man/man1/udunitsperl.1 man/man3/udunits.3 +man/man3/udunits.3f man/man3f/udunits.3f |