summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authortnn <tnn>2009-12-28 11:42:19 +0000
committertnn <tnn>2009-12-28 11:42:19 +0000
commita997b7e57c2540950ae62cc1abd9d5723203be3a (patch)
tree93c4644fe462f914944f007fda5876aa69833190 /lang
parent46a3ca4c7c5c0b02541a706286018b5c5faf5a4a (diff)
downloadpkgsrc-a997b7e57c2540950ae62cc1abd9d5723203be3a.tar.gz
get rid of the catpage. Should close PR 42533.
Diffstat (limited to 'lang')
-rw-r--r--lang/f2c/Makefile11
-rw-r--r--lang/f2c/PLIST3
-rw-r--r--lang/f2c/files/f2c.mk1
3 files changed, 7 insertions, 8 deletions
diff --git a/lang/f2c/Makefile b/lang/f2c/Makefile
index 37ffa3b951b..f1dcb0f638d 100644
--- a/lang/f2c/Makefile
+++ b/lang/f2c/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.51 2009/12/20 12:27:57 jmmv Exp $
+# $NetBSD: Makefile,v 1.52 2009/12/28 11:42:19 tnn Exp $
DISTNAME= f2c-20090411 # see notes below
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_LOCAL}
@@ -17,8 +17,9 @@ WRKSRC= ${WRKDIR}/f2c
BUILD_DIRS= src
USE_BSD_MAKEFILE= yes
+MAKE_ENV+= MKCATPAGES=no
USE_TOOLS+= yacc
-INSTALLATION_DIRS= bin share/doc/f2c ${PKGMANDIR}/man1 ${PKGMANDIR}/cat1
+INSTALLATION_DIRS= bin share/doc/f2c ${PKGMANDIR}/man1
.include "../../mk/bsd.prefs.mk"
@@ -42,10 +43,10 @@ post-build:
-e "s;@SHELL@;${TOOLS_PLATFORM.sh:Q};g" \
${FILESDIR}/f2c-f77.in > ${WRKSRC}/f2c-f77
-post-install:
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/f2c ${DESTDIR}${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/f2c-f77 ${DESTDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/f2c.1t ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/f2c.1
- ${INSTALL_DATA} ${WRKSRC}/f2c.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/cat1/f2c.0
.for f in changes f2c.ps f2c.pdf
${INSTALL_DATA} ${WRKSRC}/$f ${DESTDIR}${PREFIX}/share/doc/f2c/$f
.endfor
diff --git a/lang/f2c/PLIST b/lang/f2c/PLIST
index 45fbd1b5d6b..8a95e01bfc0 100644
--- a/lang/f2c/PLIST
+++ b/lang/f2c/PLIST
@@ -1,7 +1,6 @@
-@comment $NetBSD: PLIST,v 1.6 2009/12/03 12:39:59 asau Exp $
+@comment $NetBSD: PLIST,v 1.7 2009/12/28 11:42:19 tnn Exp $
bin/f2c
bin/f2c-f77
-man/cat1/f2c.0
man/man1/f2c.1
share/doc/f2c/changes
share/doc/f2c/f2c.pdf
diff --git a/lang/f2c/files/f2c.mk b/lang/f2c/files/f2c.mk
index eef846c2d09..aa020d39bcf 100644
--- a/lang/f2c/files/f2c.mk
+++ b/lang/f2c/files/f2c.mk
@@ -1,7 +1,6 @@
# Makefile for f2c, a Fortran 77 to C converter
PROG= f2c
-MAN= f2c.1
SRCS= main.c init.c gram.y lex.c proc.c equiv.c data.c format.c \
expr.c exec.c intr.c io.c misc.c error.c mem.c names.c \
output.c p1output.c pread.c put.c putpcc.c vax.c formatdata.c \