diff options
author | jtb <jtb> | 2001-03-01 21:14:27 +0000 |
---|---|---|
committer | jtb <jtb> | 2001-03-01 21:14:27 +0000 |
commit | 0779ef863db44d9a6452f12de0cd6532d911e501 (patch) | |
tree | 8eb8a293ae41432bbfad90c9564c08f250e3af68 /devel/fortran-utils | |
parent | 39f282a8feac098013cc841db70e987e46fb3b22 (diff) | |
download | pkgsrc-0779ef863db44d9a6452f12de0cd6532d911e501.tar.gz |
Install formatted man pages with .0 extension (as opposed to .cat0).
Diffstat (limited to 'devel/fortran-utils')
-rw-r--r-- | devel/fortran-utils/Makefile | 10 | ||||
-rw-r--r-- | devel/fortran-utils/patches/patch-aa | 12 | ||||
-rw-r--r-- | devel/fortran-utils/patches/patch-ab | 12 | ||||
-rw-r--r-- | devel/fortran-utils/pkg/PLIST | 6 |
4 files changed, 28 insertions, 12 deletions
diff --git a/devel/fortran-utils/Makefile b/devel/fortran-utils/Makefile index c3c3d807440..acd4ae1eb16 100644 --- a/devel/fortran-utils/Makefile +++ b/devel/fortran-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/02/16 14:38:24 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2001/03/01 21:14:27 jtb Exp $ DISTNAME= fortran-utils-1.1 CATEGORIES= devel @@ -10,12 +10,4 @@ COMMENT= Utilities for Fortran programmers NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL WRKSRC= ${WRKDIR}/fortran-utils -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/fsplit/fsplit ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/fsplit/fsplit.1 ${PREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/fsplit/fsplit.cat1 ${PREFIX}/man/cat1 - ${INSTALL_PROGRAM} ${WRKSRC}/fpr/fpr ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/fpr/fpr.1 ${PREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/fpr/fpr.cat1 ${PREFIX}/man/cat1 - .include "../../mk/bsd.pkg.mk" diff --git a/devel/fortran-utils/patches/patch-aa b/devel/fortran-utils/patches/patch-aa new file mode 100644 index 00000000000..aed26e283a0 --- /dev/null +++ b/devel/fortran-utils/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.1 2001/03/01 21:14:28 jtb Exp $ + +--- fsplit/Makefile.orig Fri May 27 12:31:23 1994 ++++ fsplit/Makefile +@@ -2,4 +2,7 @@ + + PROG= fsplit + ++BINDIR= ${PREFIX}/bin ++MANDIR= ${PREFIX}/man ++ + .include <bsd.prog.mk> diff --git a/devel/fortran-utils/patches/patch-ab b/devel/fortran-utils/patches/patch-ab new file mode 100644 index 00000000000..4d6d48c765b --- /dev/null +++ b/devel/fortran-utils/patches/patch-ab @@ -0,0 +1,12 @@ +$NetBSD: patch-ab,v 1.1 2001/03/01 21:14:29 jtb Exp $ + +--- fpr/Makefile.orig Fri May 27 12:31:21 1994 ++++ fpr/Makefile +@@ -2,4 +2,7 @@ + + PROG= fpr + ++BINDIR= ${PREFIX}/bin ++MANDIR= ${PREFIX}/man ++ + .include <bsd.prog.mk> diff --git a/devel/fortran-utils/pkg/PLIST b/devel/fortran-utils/pkg/PLIST index cf5c3dc4cae..05999363f9a 100644 --- a/devel/fortran-utils/pkg/PLIST +++ b/devel/fortran-utils/pkg/PLIST @@ -1,7 +1,7 @@ -@comment $NetBSD: PLIST,v 1.2 2001/01/28 04:46:03 jtb Exp $ +@comment $NetBSD: PLIST,v 1.3 2001/03/01 21:14:30 jtb Exp $ bin/fpr bin/fsplit -man/cat1/fpr.cat1 +man/cat1/fpr.0 man/man1/fpr.1 -man/cat1/fsplit.cat1 +man/cat1/fsplit.0 man/man1/fsplit.1 |